diff options
Diffstat (limited to 'src/core/hook/wee-hook-process.c')
-rw-r--r-- | src/core/hook/wee-hook-process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hook/wee-hook-process.c b/src/core/hook/wee-hook-process.c index 42f0d2a72..21b889fed 100644 --- a/src/core/hook/wee-hook-process.c +++ b/src/core/hook/wee-hook-process.c @@ -598,7 +598,7 @@ hook_process_timer_cb (const void *pointer, void *data, int remaining_calls) if (weechat_debug_core >= 1) { gui_chat_printf (NULL, - _("End of command '%s', timeout reached (%.1fs)"), + _("End of command '%s', timeout reached (%.3fs)"), HOOK_PROCESS(hook_process, command), ((float)HOOK_PROCESS(hook_process, timeout)) / 1000); } |