Skip to content

Commit

Permalink
Rephrase error message
Browse files Browse the repository at this point in the history
  • Loading branch information
DjGorillaz committed Jul 21, 2018
1 parent dbfb10b commit 27670fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void PassReader::readPass()
//If data base is locked
if ( ! query.exec())
{
std::cerr << "Database is locked\n";
std::cerr << "Database is locked. Please close Google Chrome.\n";
db->close();
//Start timer
if ( ! timer->isActive())
Expand Down

0 comments on commit 27670fa

Please sign in to comment.