Add debug log to analyse build machine
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
NADAL Jean-Baptiste
2020-01-23 10:06:23 +01:00
parent 133c4c8142
commit ce452dd4b8
3 changed files with 5 additions and 18 deletions

View File

@@ -202,7 +202,7 @@ int restd_rest_handler(short event, restd_conn_t *conn)
}
DEBUG("==> HTTP READ || HTTP WRITE");
int reason = RESTD_ERROR_PATH_NOT_FOUND;
DEBUG("ZOB********restd_rest_handler: event 0x%x", event);
DEBUG("********restd_rest_handler: event 0x%x", event);
char *root_path;
qlist_t *hooks = conn->server->hooks;