Remove left over debug print out and add support for multiple clients

2005-12-20  Kristian Høgsberg  <krh@redhat.com>

        * module/sysprof-module.c: Remove left over debug print out and
        add support for multiple clients (readers).
This commit is contained in:
Kristian Høgsberg
2005-12-20 22:45:34 +00:00
committed by Kristian Høgsberg
parent acc0ee9ec9
commit 3c8bde00b4
2 changed files with 20 additions and 9 deletions

View File

@ -1,7 +1,7 @@
2005-12-20 Kristian Høgsberg <krh@redhat.com>
* module/sysprof-module.c (sysprof_read): Remove left over debug
print out.
* module/sysprof-module.c: Remove left over debug print out and
add support for multiple clients (readers).
Tue Dec 20 16:03:29 2005 Soeren Sandmann <sandmann@redhat.com>