#65 safe concat where appropriate

This commit is contained in:
Mikayla Fischler
2022-06-05 11:16:25 -04:00
parent 5068e47590
commit f0c97e8b70
12 changed files with 40 additions and 39 deletions

View File

@@ -177,7 +177,7 @@ function log.dmesg(msg, tag, tag_color)
out.write(lines[i])
end
_log("[" .. t_stamp .. "] " .. tag .. " " .. msg)
_log(util.c("[", t_stamp, "] ", tag, " ", msg))
end
-- log debug messages