Add debug code

This commit is contained in:
jun7 2018-05-24 00:13:15 +09:00
parent 7c8e8e79a2
commit a7772d74fb

7
ab.c
View File

@ -185,6 +185,13 @@ static char *datafunc(char *req)
g_strfreev(args);
#if DEBUG
if (ret)
D(ret %s, ret)
else
D(BLOCKED %s, req)
#endif
return ret;
}