summaryrefslogtreecommitdiffstats
path: root/src/controller.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c
index 98488a5e9..39312f48c 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -1688,7 +1688,7 @@ rspamd_controller_handle_savemap (struct rspamd_http_connection_entry *conn_ent,
}
if (!found) {
- msg_info_session ("map not found: %d", id);
+ msg_info_session ("map not found: %L", id);
rspamd_controller_send_error (conn_ent, 404, "Map id not found");
return 0;
}