Adopt to new log API

This commit is contained in:
codehz 2020-09-01 13:58:53 +08:00
parent d57d04f3bb
commit 68163f99e1

View File

@ -58,7 +58,7 @@ fn startZls() !*std.ChildProcess {
process.stderr_behavior = std.ChildProcess.StdIo.Inherit;
process.spawn() catch |err| {
std.log.debug(.main, "Failed to spawn zls process, error: {}\n", .{err});
std.log.debug("Failed to spawn zls process, error: {}\n", .{err});
return err;
};