aboutsummaryrefslogtreecommitdiff
path: root/src/format.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-04-14 20:02:53 +0200
committerFederico Angelilli <code@fedang.net>2025-04-14 22:12:58 +0200
commitefdf4a4883937c8a2fad278fbd4ffc207ef981dc (patch)
tree061e90f703ebd2b447e9b12d39c5868a972ceb4a /src/format.c
parentdc9e9c06421eb9156baf425ac14ec8f50cb8b5ae (diff)
Update logging
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.c b/src/format.c
index 73d645e..54026f0 100644
--- a/src/format.c
+++ b/src/format.c
@@ -4,7 +4,7 @@
#include <assert.h>
#include "format.h"
-#include "any_log.h"
+#include "log.h"
#include "util.h"
#define format_grow(need) \