Skip to content

Commit 8a1aa8c

Browse files
authored
Merge pull request #12 from Rade333/patch-1
Fix typo and make error message more clear
2 parents fc711cd + a8b66f2 commit 8a1aa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/DrupalWatchdog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function prepareLogWatch() {
7575
\Drupal::database()->truncate('watchdog')->execute();
7676
}
7777
else {
78-
$this->fail('Database loging is not enabled.');
78+
$this->fail('Database logging is not enabled. Please enable dblog module to continue.');
7979
}
8080
}
8181

0 commit comments

Comments
 (0)