Commit 5fb5fa06 by Ned Batchelder

Use warning for now.

parent cf83d6a7
......@@ -152,7 +152,7 @@ def jail_code(command, code=None, files=None, argv=None, stdin=None,
with temp_directory() as tmpdir:
if slug:
log.debug("Executing jailed code %s in %s", slug, tmpdir)
log.warning("Executing jailed code %s in %s", slug, tmpdir)
argv = argv or []
......
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