Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -270,7 +270,7 @@ int sendmail_main(int argc UNUSED_PARAM, char **argv)
|
||||
// G.method = xstrdup(a+1);
|
||||
}
|
||||
// N.B. list == NULL here
|
||||
//bb_info_msg("OPT[%x] AU[%s], AP[%s], AM[%s], ARGV[%s]", opts, au, ap, am, *argv);
|
||||
//bb_error_msg("OPT[%x] AU[%s], AP[%s], AM[%s], ARGV[%s]", opts, au, ap, am, *argv);
|
||||
|
||||
// connect to server
|
||||
|
||||
|
Reference in New Issue
Block a user