summaryrefslogtreecommitdiffstats
path: root/kjs/math_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjs/math_object.cpp')
-rw-r--r--kjs/math_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjs/math_object.cpp b/kjs/math_object.cpp
index 6ad8289b0..be4943319 100644
--- a/kjs/math_object.cpp
+++ b/kjs/math_object.cpp
@@ -122,7 +122,7 @@ Value MathObjectImp::getValueProperty(ExecState *, int token) const
d = sqrt(2.0);
break;
default:
- fprintf( stderr, "Internal error in MathObjectImp: unhandled token %d\n", token );
+ fprintf( stderr, "[math_object] Internal error in MathObjectImp: unhandled token %d\n", token );
break;
}