Commit 13be8c26 authored by Steve Dower's avatar Steve Dower

Removes unused format string insertion in launcher.c.

parent a6545101
......@@ -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. */
......
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