diff options
Diffstat (limited to 'mission-control-plugins')
-rw-r--r-- | mission-control-plugins/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mission-control-plugins/debug.h b/mission-control-plugins/debug.h index 909631c1..ced40bb8 100644 --- a/mission-control-plugins/debug.h +++ b/mission-control-plugins/debug.h @@ -27,7 +27,7 @@ #define MCP_DEBUG(_type, _fmt, ...) \ G_STMT_START { if (mcp_is_debugging (_type)) \ - g_debug ("%s: " _fmt, G_STRLOC, ##__VA_ARGS__); } G_STMT_END + g_debug ("%s: " _fmt, G_STRFUNC, ##__VA_ARGS__); } G_STMT_END G_BEGIN_DECLS |