Commit 5fdbbfcc authored by Kevin Modzelewski's avatar Kevin Modzelewski

Better log message here

parent bfdaf2ec
......@@ -150,7 +150,7 @@ CompiledFunction* compileFunction(BoxedCode* code, FunctionSpecialization* spec,
if (spec) {
ss << "\033[" << colors[(int)effort] << ";1mJIT'ing " << code->filename->s() << ":" << name->s()
<< " with signature (";
<< " (starting at line " << code->firstlineno << ") with signature (";
for (int i = 0; i < spec->arg_types.size(); i++) {
if (i > 0)
ss << ", ";
......
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