mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
mcp: update logging scope to use mcp instead of app
This commit is contained in:
@@ -559,7 +559,7 @@ fn parseMcpArgs(
|
||||
continue;
|
||||
}
|
||||
|
||||
log.fatal(.app, "unknown argument", .{ .mode = "mcp", .arg = opt });
|
||||
log.fatal(.mcp, "unknown argument", .{ .mode = "mcp", .arg = opt });
|
||||
return error.UnkownOption;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user