Skip to content

Commit ed85a88

Browse files
committed
change to warning
1 parent 5e64d5b commit ed85a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfg_mgr.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ local function create_config_file()
210210

211211
handle = io.open(config_filepath, 'w')
212212
if handle == nil then
213-
h.notify(string.format("Couldn't open %s.", config_filepath), "error", 4)
213+
h.notify(string.format("Warning: failed to write '%s.'", config_filepath), "warn", 5)
214214
return
215215
end
216216

0 commit comments

Comments
 (0)