Ignore:
Timestamp:
May 8, 2017, 1:59:50 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_goodresults, ForceAnnealing_tocheck
Children:
a5f2fa
Parents:
cdc2f5
git-author:
Frederik Heber <heber@…> (03/23/17 03:34:50)
git-committer:
Frederik Heber <frederik.heber@…> (05/08/17 13:59:50)
Message:

FIX: STATUS msg only pushed to GUI, now also always in log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Action.hpp

    rcdc2f5 r7c7696  
    2929 */
    3030#ifndef STATUS
    31 #define STATUS(msg) pushStatus(msg)
     31#define STATUS(msg) \
     32  pushStatus(msg); \
     33  LOG(0, "STATUS: " << msg)
    3234#endif
    3335
Note: See TracChangeset for help on using the changeset viewer.