diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-13 12:17:45 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-10-13 12:17:45 +0000 |
| commit | ff9c276c144bc24c70f1d5b531a8fd412c34c3d9 (patch) | |
| tree | 428e16ebf99802946e230853c76b2ae3b407c87b /src/libtipidee/tipidee_log_answer.c | |
| parent | 8179edd85cd504058ec7c569ef87eebf5979646e (diff) | |
| download | tipidee-ff9c276c144bc24c70f1d5b531a8fd412c34c3d9.tar.gz | |
Improved logging system
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libtipidee/tipidee_log_answer.c')
| -rw-r--r-- | src/libtipidee/tipidee_log_answer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtipidee/tipidee_log_answer.c b/src/libtipidee/tipidee_log_answer.c index ae4e880..15dbe46 100644 --- a/src/libtipidee/tipidee_log_answer.c +++ b/src/libtipidee/tipidee_log_answer.c @@ -8,7 +8,7 @@ #include <tipidee/log.h> -void tipidee_log_answer (uint32_t v, tipidee_rql const *rql, unsigned int status, off_t size) +void tipidee_log_answer (uint32_t v, tipidee_rql const *rql, unsigned int status, uint64_t size) { char const *a[6] = { PROG, ": info:" } ; size_t m = 2 ; |
