Skip to content

Commit

Permalink
more verbose error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ediathome committed Sep 28, 2018
1 parent f5c4d54 commit f7599f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/FakerDatabaseBackupLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class FakerDatabaseBackupLoader
public function run()
{
$qstring = $this->load_snapshot();
if(!$qstring) return "ERROR: Unable to load snapshot!";
if(!$qstring) return "ERROR in FakerDatabaseBackupLoader: Unable to load snapshot! No querystring";
try {
$result = DB::getInstance()->query($qstring);
} catch (PrestaShopDatabaseException $e) {
Expand Down

0 comments on commit f7599f0

Please sign in to comment.