Index: trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 11775)
+++ trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 12661)
@@ -33,9 +33,9 @@
 {
     if (strcmp(pattern->name, "FPA.RA") == 0) {
-        psLogMsg(__func__, PS_LOG_WARN, "Assuming format for %s is HOURS.\n", pattern->name);
+        psWarning("Assuming format for %s is HOURS.\n", pattern->name);
         return M_PI / 12.0;
     }
     if (strcmp(pattern->name, "FPA.DEC") == 0) {
-        psLogMsg(__func__, PS_LOG_WARN, "Assuming format for %s is DEGREES.\n", pattern->name);
+        psWarning("Assuming format for %s is DEGREES.\n", pattern->name);
         return M_PI / 180.0;
     }
@@ -334,5 +334,5 @@
             while ((regionItem = psListGetAndIncrement(regionsIter))) {
                 if (regionItem->type != PS_DATA_STRING) {
-                    psLogMsg(__func__, PS_LOG_WARN, "CELL.BIASSEC member is not of type STR --- ignored.\n");
+                    psWarning("CELL.BIASSEC member is not of type STR --- ignored.\n");
                     continue;
                 }
@@ -457,5 +457,5 @@
     }
     if (!mdok || (timeSys == 0xffffffff)) {
-        psLogMsg(__func__, PS_LOG_WARN, "Unable to find %s in concepts when parsing %s --- assuming UTC.\n",
+        psWarning("Unable to find %s in concepts when parsing %s --- assuming UTC.\n",
                  timesysName, pattern->name);
         timeSys = PS_TIME_UTC;
@@ -962,5 +962,5 @@
                     separateTime = false;
                 } else {
-                    psLogMsg(__func__, PS_LOG_WARN, "Unrecognised FORMATS option for %s: %s --- "
+                    psWarning("Unrecognised FORMATS option for %s: %s --- "
                              "ignored.\n", concept->name, format);
                 }
