mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Some log tweaks.
This commit is contained in:
parent
5f4379d434
commit
fe6440b363
1 changed files with 1 additions and 1 deletions
2
data.c
2
data.c
|
@ -132,7 +132,7 @@ int user_open(snac *snac, char *uid)
|
|||
srv_log(xs_fmt("cannot parse '%s'", cfg_file));
|
||||
}
|
||||
else
|
||||
srv_log(xs_fmt("error opening '%s'", cfg_file));
|
||||
srv_debug(2, xs_fmt("error opening '%s'", cfg_file));
|
||||
}
|
||||
else
|
||||
srv_log(xs_fmt("invalid user '%s'", uid));
|
||||
|
|
Loading…
Reference in a new issue