mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +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 => {
|
.Handled => {
|
||||||
// the authenticator handled the entire request for us. probably
|
// the authenticator handled the entire request for us. probably
|
||||||
// a redirect to the login page
|
// a redirect to the login page
|
||||||
std.log.info("Authenticator handled it", .{});
|
std.log.info("Auth FAILED -> authenticator handled it", .{});
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
.AuthFailed => unreachable,
|
.AuthFailed => unreachable,
|
||||||
|
|
Loading…
Add table
Reference in a new issue