Correct comment in l_util.cpp
authorest31 <MTest31@outlook.com>
Sun, 25 Oct 2015 23:12:39 +0000 (00:12 +0100)
committerest31 <MTest31@outlook.com>
Sun, 25 Oct 2015 23:32:48 +0000 (00:32 +0100)
Remove outdated loglevel list from a l_util.cpp comment,
and rather point to the updated code.

src/script/lua_api/l_util.cpp

index a4f01af076aa7adb667356c2f1fbfd436394f2f8..106edc01e3665e67d16ccfe52ffcdb5a5811f6db 100644 (file)
@@ -37,7 +37,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 // log([level,] text)
 // Writes a line to the logger.
 // The one-argument version logs to infostream.
-// The two-argument version accept a log level: error, action, info, or verbose.
+// The two-argument version accepts a log level.
+// Either the special case "deprecated" for deprecation notices, or any specified in
+// Logger::stringToLevel(name).
 int ModApiUtil::l_log(lua_State *L)
 {
        NO_MAP_LOCK_REQUIRED;