Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2008, 1:46:05 AM (16 years ago)
Author:
landauf
Message:

several changes in TclThreadManager but couldn't yet fix the bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/TclBind.cc

    r1230 r1247  
    137137        catch (std::exception const &e)
    138138        {
    139             COUT(1) << "Error while executing tcl: " << e.what() << std::endl;
     139            COUT(1) << "Error while executing Tcl: " << e.what() << std::endl;
    140140        }
    141141
     
    156156        catch (std::exception const &e)
    157157        {
    158             COUT(1) << "Error while executing tcl: " << e.what() << std::endl;
     158            COUT(1) << "Error while executing Tcl: " << e.what() << std::endl;
    159159        }
    160160
Note: See TracChangeset for help on using the changeset viewer.