]> git.ipfire.org Git - people/stevee/guardian.git/blobdiff - modules/Logger.pm
Validate configured LogLevel when reading-in the config file.
[people/stevee/guardian.git] / modules / Logger.pm
index 270a059944be058c9fc29aeb4375d34dc3829df3..dbd3a815dfed5badbf827e8b004a7cde6d57483a 100644 (file)
@@ -91,7 +91,7 @@ sub Log ($$) {
 ## This really simple function just returns the hash which
 ## contains all supported log levels.
 #
-sub LogLevels () {
+sub GetLogLevels () {
        # Nothing to do, just return the loglevels hash.
        return %loglevels;
 }