Index: /trunk/psModules/src/camera/pmFPAConstruct.c
===================================================================
--- /trunk/psModules/src/camera/pmFPAConstruct.c	(revision 9513)
+++ /trunk/psModules/src/camera/pmFPAConstruct.c	(revision 9514)
@@ -543,4 +543,8 @@
         }
         psFree(phdu);
+
+        if (header && !pmConceptsRead(fpa, NULL, NULL, PM_CONCEPT_SOURCE_PHU, NULL)) {
+            psWarning("Unable to read concepts from PHU.\n");
+        }
 
         return view;
@@ -652,4 +656,8 @@
         psFree(phdu);
 
+        if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) {
+            psWarning("Unable to read concepts from PHU.\n");
+        }
+
         return view;
     }
@@ -728,11 +736,14 @@
     psFree(contentsIter);
 
+    if (header && !pmConceptsRead(fpa, chip, cell, PM_CONCEPT_SOURCE_PHU, NULL)) {
+        psWarning("Unable to read concepts from PHU.\n");
+    }
+
     if (!pmConceptsReadFPA(fpa, PM_CONCEPT_SOURCE_DEFAULTS, true, NULL)) {
-        psLogMsg(__func__, PS_LOG_WARN, "Unable to read concepts from defaults for FPA.  Attempting to "
-                 "proceed anyway.\n");
+        psWarning("Unable to read concepts from defaults for FPA.  Attempting to "
+                  "proceed anyway.\n");
     }
 
     return view;
-
 }
 
