Lines Matching defs:warnmsg
10 local function warnmsg(str, prepend)
22 warnmsg(str, prepend)
61 warnmsg("Impossible to open " .. hostnamepath .. ":" .. err)
77 warnmsg("Invalid type " .. type(list) .. ", expecting table or string")
84 warnmsg("Argument should be a table")
144 warnmsg("fail to add user " .. pwd.name)
145 warnmsg(cmd)
161 warnmsg("Argument should be a table")
187 warnmsg("fail to add group " .. grp.name)
188 warnmsg(cmd)
216 warnmsg("impossible to open " .. ak_path)
232 warn = warnmsg,