projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
066e76b
)
zcip: use bb_error_msg for logging, not bb_info_msg
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Mar 2016 14:22:13 +0000
(16:22 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 30 Mar 2016 14:22:13 +0000
(16:22 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/zcip.c
patch
|
blob
|
history
diff --git
a/networking/zcip.c
b/networking/zcip.c
index 1d69105550a3946582d0e3424c504bc4ab0fa7db..c930826194a3644fe0f383d994ee7c81be10f582 100644
(file)
--- a/
networking/zcip.c
+++ b/
networking/zcip.c
@@
-176,7
+176,7
@@
static int run(char *argv[3], const char *param, uint32_t nip)
xsetenv("ip", addr);
fmt -= 3;
}
- bb_
info
_msg(fmt, argv[2], argv[0], addr);
+ bb_
error
_msg(fmt, argv[2], argv[0], addr);
status = spawn_and_wait(argv + 1);
if (status < 0) {
@@
-317,7
+317,7
@@
int zcip_main(int argc UNUSED_PARAM, char **argv)
#if BB_MMU
bb_daemonize(0 /*was: DAEMON_CHDIR_ROOT*/);
#endif
- bb_
info
_msg("start, interface %s", argv_intf);
+ bb_
error
_msg("start, interface %s", argv_intf);
}
// Run the dynamic address negotiation protocol,