X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Fapplications%2Fbundler%2Fbundle_creator.cpp;h=c537aa4f7c92ec710a530316ffe85966c134e330;hb=c7498da918e9707b5fe8490236bbd64d8f35fc5b;hp=5a6722a942344107ea3fca8306d91b5f5a7b3132;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/applications/bundler/bundle_creator.cpp b/nucleus/applications/bundler/bundle_creator.cpp index 5a6722a9..c537aa4f 100644 --- a/nucleus/applications/bundler/bundle_creator.cpp +++ b/nucleus/applications/bundler/bundle_creator.cpp @@ -467,10 +467,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)) {