diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 15:33:00 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-10 15:33:00 -0400 |
| commit | 285d0bfc7975fff756dd037dbaf4b10cb3ba2209 (patch) | |
| tree | 0133357324c0e162b641fde2a4feeca88aca9453 /src/loot.cpp | |
| parent | 55451956c45a1df75e6ba52367bcf3551c66d886 (diff) | |
loot exit code in hex
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; } |
