diff --git a/src/libCom/misc/locationException.h b/src/libCom/misc/locationException.h index 85908ce36..ddcdb5ce1 100644 --- a/src/libCom/misc/locationException.h +++ b/src/libCom/misc/locationException.h @@ -46,7 +46,7 @@ template inline void throwExceptionWithLocation (T &parm, const char *pFileName, unsigned lineNo) { # ifdef noExceptionsFromCXX - fprintf (stderr, "C++ exception in file=%s" at line=%u, and no compiler support - cant proceed.\n", + fprintf (stderr, "C++ exception in file=%s at line=%u, and no compiler support - cant proceed.\n", pFileName, lineNo); cantProceed ("No compiler support for C++ exception"); # else