more information in log

This commit is contained in:
Emil Lerch 2023-08-04 09:16:29 -07:00
parent b895b47510
commit 9524ca1566
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -436,7 +436,7 @@ fn threadMain(allocator: std.mem.Allocator, server: *std.http.Server, thread_num
}
fn loadConfig(allocator: std.mem.Allocator) ![]Executor {
log.info("loading config", .{});
log.info("loading config from 'proxy.ini'", .{});
// We will not watch this file - let it reload on SIGHUP
var config_file = try std.fs.cwd().openFile("proxy.ini", .{});
defer config_file.close();