diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-11 18:00:43 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-11-11 18:00:43 +0000 |
commit | f3585bb8b0ecc2dc710c9958484748afad38fec6 (patch) | |
tree | a17c28a29c8bf44d2c1e4f28e58ee9bd4053ad5b /src/controller.c | |
parent | e4abacbe1ddd0f3e7e60a53aec5d93f96702b081 (diff) | |
download | rspamd-f3585bb8b0ecc2dc710c9958484748afad38fec6.tar.gz rspamd-f3585bb8b0ecc2dc710c9958484748afad38fec6.zip |
Fix format issues found by static analysis
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
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; } |