Skip to content
Snippets Groups Projects
  1. Nov 23, 2017
  2. Mar 03, 2015
    • Guido Berhoerster's avatar
      Use xfce4-panel debugging methods · 5057c01c
      Guido Berhoerster authored
      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
      5057c01c
Loading