Skip to content

Commit 1bc108c

Browse files
swapped message numbers
1 parent 86649bd commit 1bc108c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -490,10 +490,10 @@ def _get_virtual_hosts(self):
490490
location.append_location(model_top_folder_name)
491491
vhosts = self._find_names_in_folder(location)
492492
if vhosts is not None:
493-
_logger.info('WLSDPLY-06649', len(vhosts), class_name=_class_name, method_name=_method_name)
493+
_logger.info('WLSDPLY-06647', len(vhosts), class_name=_class_name, method_name=_method_name)
494494
name_token = self._aliases.get_name_token(location)
495495
for vhost in vhosts:
496-
_logger.info('WLSDPLY-06650', vhost, class_name=_class_name, method_name=_method_name)
496+
_logger.info('WLSDPLY-06648', vhost, class_name=_class_name, method_name=_method_name)
497497
location.add_name_token(name_token, vhost)
498498
result[vhost] = OrderedDict()
499499
self._populate_model_parameters(result[vhost], location)
@@ -565,10 +565,10 @@ def _get_ws_securities(self):
565565
location.append_location(model_top_folder_name)
566566
wssecurities = self._find_names_in_folder(location)
567567
if wssecurities is not None:
568-
_logger.info('WLSDPLY-06647', len(wssecurities), class_name=_class_name, method_name=_method_name)
568+
_logger.info('WLSDPLY-06649', len(wssecurities), class_name=_class_name, method_name=_method_name)
569569
name_token = self._aliases.get_name_token(location)
570570
for wssecurity in wssecurities:
571-
_logger.info('WLSDPLY-06648', wssecurity, class_name=_class_name, method_name=_method_name)
571+
_logger.info('WLSDPLY-06650', wssecurity, class_name=_class_name, method_name=_method_name)
572572
location.add_name_token(name_token, wssecurity)
573573
result[wssecurity] = OrderedDict()
574574
self._populate_model_parameters(result[wssecurity], location)

0 commit comments

Comments
 (0)