(file) Return to Application.c CVS log (file) (dir) Up to [OMI] / omi / miapi

Diff for /omi/miapi/Application.c between version 1.1 and 1.2

version 1.1, 2015/04/20 18:19:52 version 1.2, 2015/05/01 23:03:55
Line 527 
Line 527 
 #if defined(OILOGSYSTEM_FILE) #if defined(OILOGSYSTEM_FILE)
     //TODO: Refactor MI logging as a file can get tramped if someone is using an MI app and then closes after someone else has open a different MI App     //TODO: Refactor MI logging as a file can get tramped if someone is using an MI app and then closes after someone else has open a different MI App
     // For now we just remove closing of the log as that doesnt have any effect (logs are flushed on every trace)     // For now we just remove closing of the log as that doesnt have any effect (logs are flushed on every trace)
     // Log_Close();      Log_Close();
 #endif #endif
  
     return MI_RESULT_OK;     return MI_RESULT_OK;


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ViewCVS 0.9.2