improve logging user-storage, thx oschn0r

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-10 20:56:37 +01:00
parent 50bd15c5a8
commit a97c24634b
4 changed files with 3 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ class SysLogger extends AbstractLogger
}
else
{
$name = " (" . $this->userinfo['loginname'] . ")";
$name = $this->userinfo['loginname'];
}
openlog("Froxlor", LOG_NDELAY, LOG_USER);
@@ -124,5 +124,3 @@ class SysLogger extends AbstractLogger
}
}
}
?>