Index: trunk/psLib/src/types/psMetadata.c
===================================================================
--- trunk/psLib/src/types/psMetadata.c	(revision 39509)
+++ trunk/psLib/src/types/psMetadata.c	(revision 39598)
@@ -1122,5 +1122,6 @@
             *status = false; \
         } else { \
-            psError(PS_ERR_IO, true, "Couldn't find %s in the metadata.\n", key); \
+	    psError(PS_ERR_IO, true, "Couldn't find %s in the metadata.\n", key); \
+         /* psLogMsg(__func__, PS_LOG_DETAIL, "Couldn't find %s in the metadata.\n", key); */  \
         } \
         return NULL; \
