X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fdebugmsg.h;h=08457b5a91d6d5333ebb476732178e1b43e333f3;hp=bd888add92dd18b49b8a86b347a9744f1bd3e5f5;hb=4f18eb00180c256681072f10d9e2e08dbf84ff0b;hpb=bd2d7351b89743eb68ce7d3bfa7ab62c331f9522 diff --git a/ginac/debugmsg.h b/ginac/debugmsg.h index bd888add..08457b5a 100644 --- a/ginac/debugmsg.h +++ b/ginac/debugmsg.h @@ -3,7 +3,7 @@ * Utilities needed for debugging only. */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ // #define LOGMASK (LOGLEVEL_PRINT | LOGLEVEL_ASSIGNMENT | LOGLEVEL_OPERATOR | LOGLEVEL_DUPLICATE | LOGLEVEL_OPERATOR | LOGLEVEL_MEMBER_FUNCTION | LOGLEVEL_NONMEMBER_FUNCTION) #ifdef VERBOSE -#define debugmsg(msg, loglevel) if ((loglevel) & ~LOGMASK) std::clog << (msg) << endl; +#define debugmsg(msg, loglevel) if ((loglevel) & ~LOGMASK) std::clog << (msg) << std::endl; #else #define debugmsg(msg, loglevel) #endif // def VERBOSE