mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/setbuilder: Add a trace to help installing.
This commit is contained in:
parent
5684292a80
commit
b3b5ca9ec3
@ -214,6 +214,7 @@ class buildset:
|
||||
self.copy(src, dst)
|
||||
|
||||
def install(self, mode, name, src, dst):
|
||||
log.trace('_bset: : %s: copy %s -> %s' % (mode, src, dst))
|
||||
log.notice('%s: %s -> %s' % (mode, name, path.host(dst)))
|
||||
self.copy(src, dst)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user