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:
parent
340b1ae3a8
commit
6e081d8672
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue