diff options
| author | grunfink <grunfink@comam.es> | 2026-09-01 08:46:42 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-09-01 08:46:42 +0200 |
| commit | 5e74f4578816812f4f6ad47390e96dcfafee37d2 (patch) | |
| tree | 35ec8e696e33ad73ffce4bca7743a3f940aec694 | |
| parent | 73015e2a6f46739f1d75ae32c915552aa58cbb19 (diff) | |
Increased debug level for _load_raw_file().
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2740,7 +2740,7 @@ static int _load_raw_file(const char *fn, xs_val **data, int *size, if (etag != NULL) *etag = xs_dup(e); - srv_debug(1, xs_fmt("_load_raw_file(): %s %d", fn, status)); + srv_debug(2, xs_fmt("_load_raw_file(): %s %d", fn, status)); } } |