Move non-active DB messages to warning and clarify/simplify

bug/bundler_fix
Jon Hart 2015-01-08 14:40:47 -08:00
parent fd7e65d459
commit 98cee8249d
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ module Auxiliary::Report
if active_db?
super(opts)
else
print_error "There does not appear to be a functioning DB, Credential Data will not be saved!"
vprint_warning('No active DB -- Credential data will not be saved!')
end
end
@ -24,7 +24,7 @@ module Auxiliary::Report
if active_db?
super(opts)
else
print_error "There does not appear to be a functioning DB, Credential Data will not be saved!"
vprint_warning('No active DB -- Credential data will not be saved!')
end
end
@ -32,7 +32,7 @@ module Auxiliary::Report
if active_db?
super(opts)
else
print_error "There does not appear to be a functioning DB, Credential Data will not be saved!"
vprint_warning('No active DB -- Credential data will not be saved!')
end
end
@ -40,7 +40,7 @@ module Auxiliary::Report
if active_db?
super(opts)
else
print_error "There does not appear to be a functioning DB, Credential Data will not be saved!"
vprint_warning('No active DB -- Credential data will not be saved!')
end
end