make capitalization of mzteinit messages consistent

This commit is contained in:
LordMZTE 2023-07-19 21:26:32 +02:00
parent cc349776c4
commit 0c6247fbb7
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -10,7 +10,7 @@ const delimitedWriter = @import("delimited_writer.zig").delimitedWriter;
/// Initialize the environment.
/// Returns true if the environment should be transferred to the system daemon.
pub fn populateEnvironment(env: *std.process.EnvMap) !bool {
try msg("Loading environment...", .{});
try msg("loading environment...", .{});
// buffer for building values for env vars
var buf: [1024 * 8]u8 = undefined;