diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-03-30 16:04:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-03-30 16:04:37 +0200 |
commit | 76b680c7a8d5a99e46ab8d9cad49aed0cfc440a7 (patch) | |
tree | 00713ce6c4e20b87ecea9777fcaa5fe5c898dd8c /mailutils | |
parent | 610c4c385b38280c7bde7a48d95ec019cbfe1ab4 (diff) | |
download | busybox-w32-76b680c7a8d5a99e46ab8d9cad49aed0cfc440a7.tar.gz busybox-w32-76b680c7a8d5a99e46ab8d9cad49aed0cfc440a7.tar.bz2 busybox-w32-76b680c7a8d5a99e46ab8d9cad49aed0cfc440a7.zip |
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils')
-rw-r--r-- | mailutils/sendmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index 4355e4dc5..5143fac8f 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c | |||
@@ -270,7 +270,7 @@ int sendmail_main(int argc UNUSED_PARAM, char **argv) | |||
270 | // G.method = xstrdup(a+1); | 270 | // G.method = xstrdup(a+1); |
271 | } | 271 | } |
272 | // N.B. list == NULL here | 272 | // N.B. list == NULL here |
273 | //bb_info_msg("OPT[%x] AU[%s], AP[%s], AM[%s], ARGV[%s]", opts, au, ap, am, *argv); | 273 | //bb_error_msg("OPT[%x] AU[%s], AP[%s], AM[%s], ARGV[%s]", opts, au, ap, am, *argv); |
274 | 274 | ||
275 | // connect to server | 275 | // connect to server |
276 | 276 | ||