turned off logging again, fixed inclusion list.
[feisty_meow.git] / nucleus / applications / bundler / bundle_creator.cpp
index 8212edc32e63b10d0063fc69d67542f29bd0d7b6..a7855255ced85bf3e3ddd0ea8796cf972ce3f924 100644 (file)
@@ -471,10 +471,10 @@ int bundle_creator::read_manifest()
       astring new_value = parser_bits::substitute_env_vars(_manifest_list[i]._parms);
       environment::set(_manifest_list[i]._payload, new_value);
           
-//#ifdef DEBUG_BUNDLER
+#ifdef DEBUG_BUNDLER
       BASE_LOG(astring("** variable ") + _manifest_list[i]._payload + " should have value=" + new_value);
       BASE_LOG(astring("** variable ") + _manifest_list[i]._payload + " now does have value=" + environment::get(_manifest_list[i]._payload));
-//#endif
+#endif
 
       continue;
     } else if (ini.get(section_name, "assert_defined", value)) {