diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-25 13:02:31 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-25 13:02:31 +0000 |
commit | 8e03b253f24f53118a20a4a89eafbb482a346adb (patch) | |
tree | ec5cfcbfa4b9f997bd2ab9d0bfde62d20730c875 /src/regex/regex_api.c | |
parent | 2f61fb7ffc7232c69e66a13c956892d6f6d13081 (diff) |
-logging
Diffstat (limited to 'src/regex/regex_api.c')
-rw-r--r-- | src/regex/regex_api.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regex/regex_api.c b/src/regex/regex_api.c index 09b3fd68d6..fb20bb2097 100644 --- a/src/regex/regex_api.c +++ b/src/regex/regex_api.c @@ -279,6 +279,9 @@ handle_search_response (void *cls, pid, &pid[1], gpl, &pid[1 + gpl], ppl); + LOG (GNUNET_ERROR_TYPE_DEBUG, + "Returned from regex CB\n", + GNUNET_i2s (pid)); return; } } |