mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprofd: remove lingering debug code
https://bugzilla.gnome.org/show_bug.cgi?id=793698
This commit is contained in:
@ -93,10 +93,7 @@ sysprofd_get_kernel_symbols (sd_bus_message *msg,
|
|||||||
return r;
|
return r;
|
||||||
|
|
||||||
while (sp_kallsyms_next (kallsyms, &name, &addr, &type))
|
while (sp_kallsyms_next (kallsyms, &name, &addr, &type))
|
||||||
{
|
|
||||||
g_print ("%s: %lu\n", name, addr);
|
|
||||||
sd_bus_message_append (reply, "(tys)", addr, type, name);
|
sd_bus_message_append (reply, "(tys)", addr, type, name);
|
||||||
}
|
|
||||||
|
|
||||||
r = sd_bus_message_close_container (reply);
|
r = sd_bus_message_close_container (reply);
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user