[git commit] udhcpc: fix format of one log message

Denys Vlasenko vda.linux at googlemail.com
Wed Jun 17 09:58:11 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=4945ed32d7dc3e138a7b3776a868676085174dab
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master


Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/udhcp/dhcpc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 41bb0b0..2f8cee3 100644
--- 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;
-- 
1.6.0.6


More information about the busybox-cvs mailing list