mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
Remove debug spew.
Wed Jan 11 17:51:54 2006 Søren Sandmann <sandmann@redhat.com> * collector.c: Remove debug spew. * TODO: updates
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
6d76b0c486
commit
779b537f2b
@ -182,10 +182,9 @@ open_fd (Collector *collector,
|
||||
|
||||
while (fd < 0 && g_timer_elapsed (timer, NULL) < 0.5)
|
||||
{
|
||||
/* Give udev time to create the device */
|
||||
usleep (100000);
|
||||
|
||||
g_print ("open\n");
|
||||
|
||||
fd = open (SYSPROF_FILE, O_RDONLY);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user