diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2572,7 +2572,7 @@ void srv_archive_error(const char *prefix, const xs_str *err, | |||
| 2572 | /* archives an error */ | 2572 | /* archives an error */ |
| 2573 | { | 2573 | { |
| 2574 | xs *ntid = tid(0); | 2574 | xs *ntid = tid(0); |
| 2575 | xs *fn = xs_fmt("%s/error/%s_%s", srv_basedir, prefix, ntid); | 2575 | xs *fn = xs_fmt("%s/error/%s_%s", srv_basedir, ntid, prefix); |
| 2576 | FILE *f; | 2576 | FILE *f; |
| 2577 | 2577 | ||
| 2578 | if ((f = fopen(fn, "w")) != NULL) { | 2578 | if ((f = fopen(fn, "w")) != NULL) { |