mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-10 23:15:37 +08:00
Added missing info string
This commit is contained in:
parent
227cac1308
commit
c2106e74a0
1 changed files with 2 additions and 2 deletions
|
@ -84,10 +84,10 @@ def check_private_build(audience):
|
|||
try:
|
||||
import npbackup.secret_keys
|
||||
|
||||
print("Building with default secret key")
|
||||
print("INFO: Building with default secret key")
|
||||
private = False
|
||||
except ImportError:
|
||||
print("Cannot find secret keys")
|
||||
print("ERROR: Cannot find secret keys")
|
||||
sys.exit()
|
||||
|
||||
dist_conf_file_path = get_conf_dist_file(audience)
|
||||
|
|
Loading…
Add table
Reference in a new issue