Ignore:
Timestamp:
05/31/14 21:31:01 (10 years ago)
Author:
Maciej Komosinski
Message:

Printing multi-line messages splits the message into separate lines and adds "..." prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/errmgr/errmanager.cpp

    r197 r244  
    66#include <common/stl-util.h>
    77
    8 void FramMessage(const char *o,const char *m,const char *bl,int w)
     8void _FramMessageSingleLine(const char *o, const char *m, const char *txt, int w)
    99{
    10 tlsGetRef(errmgr_instance).send(o,m,bl,w);
     10tlsGetRef(errmgr_instance).send(o,m,txt,w);
    1111}
    1212
Note: See TracChangeset for help on using the changeset viewer.