Skip to content

Commit 9d3232a

Browse files
committed
Correct discover domain log message for application deployment plan
1 parent 1435ce7 commit 9d3232a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/main/python/wlsdeploy/tool/discover/deployments_discoverer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def add_application_plan_to_archive(self, application_name, application_dict):
270270
app_source_name = application_dict[model_constants.SOURCE_PATH]
271271
plan_path = application_dict[model_constants.PLAN_PATH]
272272
if plan_path:
273-
_logger.info('WLSDPLY-06389', application_name, plan_path, class_name=_class_name,
273+
_logger.info('WLSDPLY-06402', application_name, plan_path, class_name=_class_name,
274274
method_name=_method_name)
275275
plan_dir = None
276276
if model_constants.PLAN_DIR in application_dict:

core/src/main/resources/oracle/weblogic/deploy/messages/wlsdeploy_rb.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ WLSDPLY-06399=Application {0} plan deployment has new source path location {1} w
552552
archive file deployment location
553553
WLSDPLY-06400=Skipping {0} application {1}
554554
WLSDPLY-06401=Skipping {0} shared library {1}
555+
WLSDPLY-06402=Add application {0} deployment plan {1} to archive file
555556

556557
# domain_info_discoverer.py
557558
WLSDPLY-06420=Add the java archive files from the domain library {0} to the archive file

0 commit comments

Comments
 (0)