mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Remove left over debug print out.
2005-12-20 Kristian Høgsberg <krh@redhat.com> * module/sysprof-module.c (sysprof_read): Remove left over debug print out.
This commit is contained in:
committed by
Kristian Høgsberg
parent
c5172c58e6
commit
acc0ee9ec9
@ -1,3 +1,8 @@
|
||||
2005-12-20 Kristian Høgsberg <krh@redhat.com>
|
||||
|
||||
* module/sysprof-module.c (sysprof_read): Remove left over debug
|
||||
print out.
|
||||
|
||||
Tue Dec 20 16:03:29 2005 Soeren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* TODO: Updates
|
||||
|
||||
@ -177,8 +177,6 @@ sysprof_read(struct file *file, char *buffer, size_t count, loff_t *offset)
|
||||
if (head == tail)
|
||||
return -EWOULDBLOCK;
|
||||
|
||||
printk(KERN_NOTICE "sysprof: read one trace\n");
|
||||
|
||||
trace = tail;
|
||||
if (tail++ == &stack_traces[N_TRACES - 1])
|
||||
tail = &stack_traces[0];
|
||||
|
||||
Reference in New Issue
Block a user