From 8212ce04cafa89e0a3f3b46e7fb2940548e08214 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 19 Mar 2003 17:03:54 +0000 Subject: I am the dumbest... --- lib/Exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Exceptions.cc') 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); } -- cgit v1.2.3