mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
Update cockatrice/src/interface/deck_loader/deck_loader.cpp
Co-authored-by: RickyRister <42636155+RickyRister@users.noreply.github.com>
This commit is contained in:
parent
b9f7a92ca9
commit
0ec5a212de
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ bool DeckLoader::saveToFile(const QString &fileName, FileFormat fmt)
|
|||
if (result) {
|
||||
lastFileName = fileName;
|
||||
lastFileFormat = fmt;
|
||||
qInfo() << "Deck was saved -" << result;
|
||||
qCInfo(DeckLoaderLog) << "Deck was saved -" << result;
|
||||
}
|
||||
|
||||
file.flush();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue