r316: c++ conversions to POL
[ctsim.git] / libctsupport / syserror.cpp
index f60628840d675189d59d6ccf37ee9ef22d29580c..8721de2e9ecfa668bb43527089254289f43dae7c 100644 (file)
@@ -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;\r
+  case ERR_TRACE:\r
+    std::cout << "Trace: ";\r
     break;
   default:
          std::cout << "Illegal error code #" << severity << ": ";