Changeset 339 for cpp/common


Ignore:
Timestamp:
03/19/15 00:53:12 (9 years ago)
Author:
Maciej Komosinski
Message:

Use #define FRAMSG_FORMAT in stdouterr.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/framsg.h

    r286 r339  
    99
    1010extern const char* MSG_LEVEL[];
     11#define FRAMSG_FORMAT "[%s] %s.%s: %s"
    1112
    1213void FMprintf(const char *o,const char *m,int w,const char *bl, ...);
Note: See TracChangeset for help on using the changeset viewer.