X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fsyserror.cpp;h=8721de2e9ecfa668bb43527089254289f43dae7c;hp=f60628840d675189d59d6ccf37ee9ef22d29580c;hb=df761d2b3cac3d347f4ef0f9f69e88d3bb66b2fa;hpb=65732cc5d8dbf867ed56a021c07c5636cea93b5a diff --git a/libctsupport/syserror.cpp b/libctsupport/syserror.cpp index f606288..8721de2 100644 --- a/libctsupport/syserror.cpp +++ b/libctsupport/syserror.cpp @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: syserror.cpp,v 1.8 2000/12/17 23:30:48 kevin Exp $ +** $Id: syserror.cpp,v 1.9 2000/12/27 20:09:19 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -83,6 +83,9 @@ void sys_verror (int severity, const char *msg, va_list arg) break; case ERR_WARNING: std::cout << "WARNING ERROR: "; + break; + case ERR_TRACE: + std::cout << "Trace: "; break; default: std::cout << "Illegal error code #" << severity << ": ";