Skip to content
Snippets Groups Projects
Commit 320633d5 authored by rswindell's avatar rswindell
Browse files

The correct log level name is "LOG_ERR", not "LOG_ERROR".

parent 64283d35
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ for(i in dirs) {
if(!msgbase.save_msg(hdr, "WARNING: Only " + freespace + " kilobytes of free disk space in "
+ dirs[i] + " on " + system.timestr()))
log(LOG_ERROR,"!Error " + msgbase.last_error + "saving mail message");
log(LOG_ERR,"!Error " + msgbase.last_error + "saving mail message");
log(LOG_INFO,"E-mailed low disk space notification to sysop");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment