Commit 0dcfb6e7 authored by Steve Dower's avatar Steve Dower

Removes unused format string insertion in launcher.c.

parents 75ef343e ed932c1a
......@@ -268,7 +268,7 @@ directory\n",
}
else if (find_existing_python(ip->executable)) {
debug(L"locate_pythons_for_key: %ls: already \
found: %ls\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