]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/globals.cpp
Added global utility functions.
[evaf] / src / libs / Common / globals.cpp
index dfb15953292b404f512688fee30b13b8df6a7635..e494908e5f64a48ac86c9b030b08adb5c39c4b78 100644 (file)
@@ -36,7 +36,7 @@ bool eVaf::Common::init()
         return false;
     }
 
-    EVAF_INFO("Initializing %s.Globals", VER_MODULE_NAME_STR);
+    EVAF_INFO("Initializing %s-Globals", VER_MODULE_NAME_STR);
 
     // Initialize all the common interface implementations in the proper sequence
 
@@ -59,7 +59,7 @@ bool eVaf::Common::init()
             return false;
     }
 
-    EVAF_INFO("%s.Globals initialized", VER_MODULE_NAME_STR);
+    EVAF_INFO("%s-Globals initialized", VER_MODULE_NAME_STR);
 
     return true;
 }