snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit fe6440b36341d0d56ee082b2af00e2839ddc5711
parent 5f4379d434140505acc7205715fb5b729acc3b5a
Author: default <nobody@localhost>
Date:   Sun, 25 Sep 2022 09:55:33 +0200

Some log tweaks.

Diffstat:
Mdata.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data.c b/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));