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:
parent
610c4c385b
commit
76b680c7a8
6 changed files with 17 additions and 17 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue