Skip to content
Snippets Groups Projects
Commit 5057c01c authored by Guido Berhoerster's avatar Guido Berhoerster Committed by Andrzej
Browse files

Use xfce4-panel debugging methods

Use xfce4-panel debuging methods described on
http://docs.xfce.org/xfce/xfce4-panel/debugging#debugging_plugins.
In particular log to stderr and enable debug logging if the PANEL_DEBUG
environment variable is set to "all".
Change G_LOG_DOMAIN to the more intuitive pulseaudio-plugin.
Remove logging to a logfile as multiple plugin instances clobber the
logfile and automatic restart after abort() or crash truncates the
file.
Use pulseaudio_plugin_debug instead of g_debug which provides
additional information.

Conflicts:
	panel-plugin/pulseaudio-plugin.c
parent c153fd53
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment