pythonplugin: Fix compiler warning about unused format string argument
authorSebastian Dröge <sebastian@centricular.com>
Sun, 19 Oct 2014 11:34:59 +0000 (13:34 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 19 Oct 2014 11:34:59 +0000 (13:34 +0200)
commit6e7af72aa36332b7f6f117252b9bc016871dc489
tree18150bec82c0d1d9a061398950ae2f7dd1eeb055
parent117849239c3e19cdacf0a001c964d4d0dd413efc
pythonplugin: Fix compiler warning about unused format string argument

  CC       libgstpythonplugin_la-gstpythonplugin.lo
gstpythonplugin.c:192:65: warning: data argument not used by format string
      [-Wformat-extra-args]
    GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path);
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~               ^
plugin/gstpythonplugin.c