summaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2009-05-03 19:46:00 +0200
committerBenoît Dejean <benoit@placenet.org>2009-05-03 19:46:00 +0200
commit2679fdde9a9b5d055a9ca45ede4e49c32ffec377 (patch)
tree4c2526076d480c64d78041a2a5e93d882a4fc748 /sysdeps/linux
parent2458096acf095c62b4e27005ed5fbe07b03f4fb5 (diff)
downloadlibgtop-2679fdde9a9b5d055a9ca45ede4e49c32ffec377.tar.gz
Killed debug message.
Diffstat (limited to 'sysdeps/linux')
-rw-r--r--sysdeps/linux/procmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/linux/procmap.c b/sysdeps/linux/procmap.c
index d7f0e729..237a8f26 100644
--- a/sysdeps/linux/procmap.c
+++ b/sysdeps/linux/procmap.c
@@ -271,8 +271,6 @@ glibtop_get_proc_map_s (glibtop *server, glibtop_proc_map *buf, pid_t pid)
element.
*/
- g_debug("added = %d len = %d\n", (int)added, (int)entry_list_capacity);
-
if (G_UNLIKELY(added >= entry_list_capacity)) {
entry_list_capacity *= 2;
g_array_set_size(entry_list, entry_list_capacity);