Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(db): fix schema log to display correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski committed Jan 27, 2020
1 parent 98a364e commit 92e51b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/db/rawdatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ bool RawDatabase::setCipherParameters(int majorVersion, const QString& database)
return false;
}
}
qDebug() << "Setting SQLCipher 4.x parameters";
qDebug().nospace() << "Setting SQLCipher " << majorVersion << ".x parameters";
return execNow(defaultParams.replace("database.", prefix));
}

Expand Down

0 comments on commit 92e51b0

Please sign in to comment.