summaryrefslogtreecommitdiff
path: root/src/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispatch.c')
-rw-r--r--src/dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch.c b/src/dispatch.c
index 2c720e3..e72c4ed 100644
--- a/src/dispatch.c
+++ b/src/dispatch.c
@@ -41,7 +41,7 @@ JsonObject *dispatch(trg_client * client, JsonNode * req, int *status)
json_node_free(req);
#ifdef DEBUG
if (g_getenv("TRG_SHOW_OUTGOING") != NULL)
- g_printf("=>(outgoing)=> %s\n", serialized);
+ g_printf("=>(outgoing)=> %s\n", serialized);
#endif
response = trg_http_perform(client, serialized);
g_free(serialized);