Skip to content

Commit 3b70224

Browse files
authored
corrected error message number _09015 to match the format of other message numbers (#1031)
1 parent 5556880 commit 3b70224

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

core/src/main/python/wlsdeploy/tool/deploy/deployer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def online_check_save_activate(model_context):
590590
_wlst_helper.silence()
591591
if model_context.is_cancel_changes_if_restart_required() and restart_required:
592592
_wlst_helper.cancel_edit()
593-
_logger.warning('WLSDPLY_09015', is_restartreq_output)
593+
_logger.warning('WLSDPLY-09018', is_restartreq_output)
594594
exit_code = CommandLineArgUtil.PROG_CANCEL_CHANGES_IF_RESTART_EXIT_CODE
595595
list_non_dynamic_changes(model_context, is_restartreq_output)
596596
else:

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,11 +1038,10 @@ WLSDPLY-09012=While handling an error, failed to stop the current edit session a
10381038
WLSDPLY-09013=While handling an error, failed to close the domain: {0}
10391039
WLSDPLY-09014={0} was unable to load the model from {1} due to a translation error: {2}
10401040
WLSDPLY-09015={0} deployment failed: {1}
1041-
WLSDPLY_09015=Online update has been canceled because the flag cancel_changes_if_restart_required is set and the update requires \
1042-
restart: {0}
10431041
WLSDPLY-09016=There are outstanding changes but -discard_current_edit has been specified, all changes have been \
10441042
discarded before processing update.
10451043
WLSDPLY-09017=Server {0} in
1044+
WLSDPLY-09018=Online update has been canceled because the flag cancel_changes_if_restart_required is set and the update requires restart: {0}
10461045

10471046
# wlsdeploy/tool/deploy/deployer_utils.py
10481047
WLSDPLY-09100=Existing object names are {0}

0 commit comments

Comments
 (0)