diff --git a/exec/bench/dest6.js b/exec/bench/dest6.js index aadf108473dab02cfd3ea2470b1bba24e4af4b3f..84d9ec0f31278440faa1517823a21f47a4044d8e 100644 --- a/exec/bench/dest6.js +++ b/exec/bench/dest6.js @@ -4,7 +4,7 @@ var test01 = log(LOG_ERROR, "one", "two", "three"); if (test01 != "three") { - log(LOG_ERROR, "log() test failed!"); + log(LOG_ERROR, "log() test failed ("+test01+")!"); exit(); }