Skip to content

Commit

Permalink
Merge pull request #13 from renini/patch-1
Browse files Browse the repository at this point in the history
Correcting logformat
  • Loading branch information
Ueland committed Feb 11, 2014
2 parents 9d244a8 + 9f8649d commit 5223439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function logMsg($msg) {
if(!stringEndsWith($msg, "\n")) {
$msg .= "\n";
}
echo "[".date("t.M.y H:i:s")."] {$msg}";
echo "[".date("d.M.y H:i:s")."] {$msg}";
}

/**
Expand Down

0 comments on commit 5223439

Please sign in to comment.