Skip to content

Commit 33a33e2

Browse files
committed
better error message
1 parent c23b09c commit 33a33e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BuffLog/BuffLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function __callStatic($methodName, $args)
7676
error_log("BuffLog::$methodName() is not supported yet. Add it to the BuffLog whitelist to allow it");
7777
}
7878
} else {
79-
error_log("BuffLog::$methodName() does not exist");
79+
error_log("BuffLog::$methodName() method does not exist");
8080
}
8181
}
8282

0 commit comments

Comments
 (0)