1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

lil example's logging update

This commit is contained in:
Rene Schallner 2023-05-09 05:12:30 +02:00
parent 340b1ae3a8
commit 6e081d8672

View file

@ -52,7 +52,7 @@ fn on_request(r: zap.SimpleRequest) void {
.Handled => {
// the authenticator handled the entire request for us. probably
// a redirect to the login page
std.log.info("Authenticator handled it", .{});
std.log.info("Auth FAILED -> authenticator handled it", .{});
return;
},
.AuthFailed => unreachable,