Skip to content

Commit 604e1a9

Browse files
committed
Discovery: fix error log.
1 parent c9a770e commit 604e1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyocd/coresight/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _create_root_component(self, cmpid):
261261
self.target.add_child(component)
262262
component.init()
263263
except exceptions.Error as e:
264-
LOG.error("Exception creating root component: %s", cmpid.address, e,
264+
LOG.error("Exception creating root component at address 0x%08x: %s", cmpid.address, e,
265265
exc_info=self.session.log_tracebacks)
266266

267267
def _find_components_on_aps(self):

0 commit comments

Comments
 (0)