diff --git a/lib/db.php b/lib/db.php index d7e44bb..e9e449d 100644 --- a/lib/db.php +++ b/lib/db.php @@ -102,7 +102,7 @@ class Database { { $this->pdo = $pdo; $this->log = $log; - $this->log->d(Databaseobject created); + $this->log->d("Databaseobject created"); // hier vielleicht TableCreate hin } @@ -162,7 +162,7 @@ class Database { $uid = $this->getNick($array['name']); $this->log->d("Compare {$nick} with {$uid}"); if ($uid === $nick) { - $this->log->i("MID localpart already exists: {$nick}"); + $this->log->i("MXID localpart already exists: {$nick}"); return true; } else { $this->log->d("False");