Commit ed932c1a authored by Steve Dower's avatar Steve Dower

Removes unused format string insertion in launcher.c.

parent 7bc1ecaa
...@@ -260,7 +260,7 @@ directory\n", ...@@ -260,7 +260,7 @@ directory\n",
} }
else if (find_existing_python(ip->executable)) { else if (find_existing_python(ip->executable)) {
debug(L"locate_pythons_for_key: %s: already \ debug(L"locate_pythons_for_key: %s: already \
found: %s\n", ip->executable); found\n", ip->executable);
} }
else { else {
/* check the executable type. */ /* check the executable type. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment