projects
/
external
/
corewatcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c7dcda
)
.
author
Arjan van de Ven
<arjan@linux.intel.com>
Tue, 12 May 2009 14:26:47 +0000
(07:26 -0700)
committer
Arjan van de Ven
<arjan@linux.intel.com>
Tue, 12 May 2009 14:26:47 +0000
(07:26 -0700)
corewatcher.c
patch
|
blob
|
history
diff --git
a/corewatcher.c
b/corewatcher.c
index
0f2941a
..
b8a6af9
100644
(file)
--- a/
corewatcher.c
+++ b/
corewatcher.c
@@
-185,11
+185,12
@@
int main(int argc, char**argv)
dbus_connection_add_filter(bus, got_message, NULL, NULL);
}
+ if (!testmode)
+ sleep(20);
+
/* we scan dmesg before /var/log/messages; dmesg is a more accurate source normally */
scan_dmesg(NULL);
/* during boot... don't go too fast and slow the system down */
- if (!testmode)
- sleep(20);
if (testmode) {
g_main_loop_unref(loop);