Skip to content
Snippets Groups Projects
Commit 4db159e9 authored by Christoph Haag's avatar Christoph Haag
Browse files

inputsynth: g_debug instead of g_print for debug output

parent 12385c14
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ _load_library (InputsynthBackend backend)
return NULL;
}
g_print ("Load module %s from path %s\n", module_name->str, plugin_dir);
g_debug ("Load module %s from path %s\n", module_name->str, plugin_dir);
GModule *module;
gchar *module_path = NULL;
......
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