remove incorrect comments
authorWilliam Douglas <william.douglas@intel.com>
Thu, 24 May 2012 21:50:56 +0000 (14:50 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Thu, 24 May 2012 21:50:56 +0000 (14:50 -0700)
Signed-off-by: William Douglas <william.douglas@intel.com>
src/corewatcher.c

index d055358..51f429f 100644 (file)
@@ -154,9 +154,7 @@ int main(int argc, char**argv)
        if (!debug)
                sleep(20);
 
-       /* we scan dmesg before /var/log/messages; dmesg is a more accurate source normally */
        scan_corefolders(NULL);
-       /* during boot... don't go too fast and slow the system down */
 
        if (testmode) {
                g_main_loop_unref(loop);