From 76b680c7a8d5a99e46ab8d9cad49aed0cfc440a7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 30 Mar 2016 16:04:37 +0200 Subject: Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts Signed-off-by: Denys Vlasenko --- mailutils/sendmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailutils/sendmail.c') 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) // 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 -- cgit v1.2.3