Skip to content

Commit eab13ba

Browse files
committed
Revert "Remove unnecessary parameter"
This reverts commit 4cfd580.
1 parent 2e0c554 commit eab13ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/binfmt-bypass/interpreter_main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ int main(int argc, char** argv) {
3333
if (!executableExists(APPIMAGELAUNCHER_PATH)) {
3434
log_message(
3535
"AppImageLauncher not found at %s, launching AppImage directly: %s\n",
36+
APPIMAGELAUNCHER_PATH,
3637
appImagePath.c_str()
3738
);
3839
useAppImageLauncher = false;
@@ -41,6 +42,7 @@ int main(int argc, char** argv) {
4142
if (getenv("APPIMAGELAUNCHER_DISABLE") != nullptr) {
4243
log_message(
4344
"APPIMAGELAUNCHER_DISABLE set, launching AppImage directly: %s\n",
45+
APPIMAGELAUNCHER_PATH,
4446
appImagePath.c_str()
4547
);
4648
useAppImageLauncher = false;

0 commit comments

Comments
 (0)