projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31af3d5
)
udhcpc: fix format of one log message
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 17 Jun 2009 09:58:11 +0000
(11:58 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 17 Jun 2009 09:58:11 +0000
(11:58 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/dhcpc.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/dhcpc.c
b/networking/udhcp/dhcpc.c
index
41bb0b0
..
2f8cee3
100644
(file)
--- a/
networking/udhcp/dhcpc.c
+++ b/
networking/udhcp/dhcpc.c
@@
-41,7
+41,7
@@
static smallint state;
/* just a little helper */
static void change_listen_mode(int new_mode)
{
- log1("
entering %s listen mode
",
+ log1("
Entering listen mode: %s
",
new_mode ? (new_mode == 1 ? "kernel" : "raw") : "none");
listen_mode = new_mode;