aerospike/asmt

If there is no detached aerospike, error message would only show if in verbose mode

realmgic opened this issue · 1 comments

This error message only shows if verbose is enabled - but I think we should let the user know about critical things like "not doing anything because of reasons":

asmt/src/asmt.c

Line 799 in 165190e

printf("\nDid not find any unattached Aerospike database segments");

Fixed this and all similar messages.