Changeset 11401
- Timestamp:
- 07/14/11 08:59:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r11390 r11401 71 71 const multimap<string,string> map = conf.GetOptions(); 72 72 for (multimap<string,string>::const_iterator it=map.begin(); it!=map.end(); it++) 73 io_service.Write(now, ": "+it->first+ " = "+it->second);73 io_service.Write(now, ": "+it->first+(it->second.empty()?"":" = ")+it->second); 74 74 io_service.Write(now, "\\----------------------- Evaluating options ---------------------"); 75 75
Note:
See TracChangeset
for help on using the changeset viewer.