Commit 9229869f authored by Max Kellermann's avatar Max Kellermann

modplug: define G_LOG_DOMAIN

Make sure that log messages are decorated correctly.
parent b3816380
......@@ -23,6 +23,9 @@
#include <glib.h>
#include <modplug.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "modplug"
enum {
MODPLUG_FRAME_SIZE = 4096,
MODPLUG_PREALLOC_BLOCK = 256 * 1024,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment