Index: /source/ariba/utility/types/Identifier.h
===================================================================
--- /source/ariba/utility/types/Identifier.h	(revision 4606)
+++ /source/ariba/utility/types/Identifier.h	(revision 4608)
@@ -593,5 +593,5 @@
 		isUnspec = false;
 		isUnspec = unspec;
-		std::cout << "isUnspec: " << isUnspec << "   " << "unspec: " << unspec << std::endl;
+		std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << "   " << "unspec: " << (int)unspec << std::endl;
 	}
 
