diff options
author | pixel <pixel> | 2003-03-19 17:03:54 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-03-19 17:03:54 +0000 |
commit | 8212ce04cafa89e0a3f3b46e7fb2940548e08214 (patch) | |
tree | 205182443cbeae8c84ff490f60651f62fd592a1b /lib/Exceptions.cc | |
parent | ab910aaa8c5e6afc05d0a2e17022565d1de92f67 (diff) |
I am the dumbest...
Diffstat (limited to 'lib/Exceptions.cc')
-rw-r--r-- | lib/Exceptions.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exceptions.cc b/lib/Exceptions.cc index 7a068aa..fe3aecc 100644 --- a/lib/Exceptions.cc +++ b/lib/Exceptions.cc @@ -197,7 +197,7 @@ void * Base::calloc(size_t n, size_t s) { void * Base::operator new(size_t s) { #ifdef DEBUG - std::cerr << _("Operator new(s) called. Allocating memory.\n"); + printm(M_BARE, _("Operator new(s) called. Allocating memory.\n")); #endif return xmalloc(s); } |