Commit 600a7c0b authored by skummer's avatar skummer

ZP-199

- changed: switched username with loglevel

git-svn-id: https://z-push.org/svn/z-push/trunk@1412 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 94e912d6
......@@ -182,7 +182,7 @@ class ZLog {
if (!isset(self::$devid))
self::$devid = '';
return Utils::GetFormattedTime() ." ". self::$pidstr . self::$user . self::getLogLevelString($loglevel, (LOGLEVEL > LOGLEVEL_INFO)) ." ". self::$devid;
return Utils::GetFormattedTime() ." ". self::$pidstr . self::getLogLevelString($loglevel, (LOGLEVEL > LOGLEVEL_INFO)) ." ". self::$user . self::$devid;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment