diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index 434762f12..f95b6f7fb 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -195,7 +195,7 @@ static int run(char *argv[3], const char *param, uint32_t nip) | |||
195 | putenv(env_ip); | 195 | putenv(env_ip); |
196 | fmt -= 3; | 196 | fmt -= 3; |
197 | } | 197 | } |
198 | bb_error_msg(fmt, argv[2], argv[0], addr); | 198 | bb_info_msg(fmt, argv[2], argv[0], addr); |
199 | status = spawn_and_wait(argv + 1); | 199 | status = spawn_and_wait(argv + 1); |
200 | if (nip != 0) | 200 | if (nip != 0) |
201 | bb_unsetenv_and_free(env_ip); | 201 | bb_unsetenv_and_free(env_ip); |
@@ -339,7 +339,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv) | |||
339 | #if BB_MMU | 339 | #if BB_MMU |
340 | bb_daemonize(0 /*was: DAEMON_CHDIR_ROOT*/); | 340 | bb_daemonize(0 /*was: DAEMON_CHDIR_ROOT*/); |
341 | #endif | 341 | #endif |
342 | bb_error_msg("start, interface %s", argv_intf); | 342 | bb_info_msg("start, interface %s", argv_intf); |
343 | } | 343 | } |
344 | 344 | ||
345 | // Run the dynamic address negotiation protocol, | 345 | // Run the dynamic address negotiation protocol, |