stanley-king 3 years ago
parent
commit
476ce21320
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/framework/db/mysqli.php

+ 1 - 1
core/framework/db/mysqli.php

@@ -147,7 +147,7 @@ class Db
                 }
             }
             else {
-                Log::record($sql . " [ {$host} RunTime:" . $staer->elapsed(6) . "s ]", Log::SQL);
+                Log::record($sql . " [{$host} RunTime:" . $staer->elapsed(6) . "s]", Log::SQL);
                 return $query;
             }
         } while (true);