diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/launcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/launcher.c b/PC/launcher.c index ee3cd44..fa08684 100644 --- a/PC/launcher.c +++ b/PC/launcher.c @@ -260,7 +260,7 @@ directory\n", } else if (find_existing_python(ip->executable)) { debug(L"locate_pythons_for_key: %s: already \ -found: %s\n", ip->executable); +found\n", ip->executable); } else { /* check the executable type. */ |