]> source.dussan.org Git - nextcloud-server.git/commitdiff
Simpler log unique id.
authorringmaster <epithet@gmail.com>
Sat, 24 May 2014 13:17:29 +0000 (09:17 -0400)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 4 Jun 2014 05:55:44 +0000 (07:55 +0200)
lib/private/log/owncloud.php

index 18d1a8c21317cadf9953720dd09b4509e3f84aa8..36521776947ac0e4c254c98f3101f18e656618f3 100644 (file)
@@ -73,7 +73,7 @@ class OC_Log_Owncloud {
                        $time = $time->format($format);
                        if($minLevel == OC_Log::DEBUG) {
                                if(empty(self::$reqId)) {
-                                       self::$reqId = uniqid(microtime(true));
+                                       self::$reqId = uniqid();
                                }
                                $reqId = self::$reqId;
                                $url = $_SERVER['REQUEST_URI'];