diff --git a/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py b/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py index 714336380..65b9ec1c1 100644 --- a/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py +++ b/core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py @@ -340,8 +340,9 @@ def _disconnect_target(self, application_name, application_dict, message): _logger.warning('WLSDPLY-06395', application_name, target, message, class_name=_class_name, method_name=_method_name) else: - _logger.warning('WLSDPLY-06396', application_name, iae.getLocalizedMessage(), + _logger.warning('WLSDPLY-06396', application_name, message, class_name=_class_name, method_name=_method_name) + def _create_application_directory(self, application_name, application_dict): _method_name = '_create_application_directory' new_source_name = None