diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 15:55:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-10 15:55:13 -0400 |
| commit | 4fc61c7cd4befb79beabc2cc4e6b8b9a954db95c (patch) | |
| tree | 5fe16c49d0fd410ba1c3440c5a09c36fb3128904 /src/loot.cpp | |
| parent | 69b86b206b2b659653b6f3c6cece77bf8c10ab0a (diff) | |
| parent | 315776799fe38b09b4c0684bd4c1236bdf2e329e (diff) | |
Merge pull request #1152 from isanae/small-fixes
Small fixes
Diffstat (limited to 'src/loot.cpp')
| -rw-r--r-- | src/loot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loot.cpp b/src/loot.cpp index 485afa7a..d41fd77b 100644 --- a/src/loot.cpp +++ b/src/loot.cpp @@ -629,7 +629,7 @@ bool Loot::waitForCompletion() } if (exitCode != 0UL) { - emit log(log::Levels::Error, tr("Loot failed. Exit code was: %1").arg(exitCode)); + emit log(log::Levels::Error, tr("Loot failed. Exit code was: 0x%1").arg(exitCode, 0, 16)); return false; } |
