projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9794bc5
)
drop good bye message
author
John Crispin
<blogic@openwrt.org>
Fri, 14 Jun 2013 08:19:00 +0000
(10:19 +0200)
committer
John Crispin
<blogic@openwrt.org>
Fri, 14 Jun 2013 08:19:00 +0000
(10:19 +0200)
Signed-off-by: John Crispin <blogic@openwrt.org>
state.c
patch
|
blob
|
history
diff --git
a/state.c
b/state.c
index 1abcbcaec6f6c0b3baf8068ac79c62bd5512df58..8fe931eae5deeac85ee0b2fd19445815ef00bf5d 100644
(file)
--- a/
state.c
+++ b/
state.c
@@
-65,7
+65,7
@@
static void state_enter(void)
break;
case STATE_HALT:
- LOG("- reboot -\n
procd says good bye !\n
");
+ LOG("- reboot -\n");
sync();
sleep(1);
reboot(reboot_event);