twister: runner: change log message from info to debug
Very verbose log message without too much context that should be a debug message rather than a info(). Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
362d8906a6
commit
38e86c8e86
1 changed files with 1 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ class ProjectBuilder(FilterBuilder):
|
|||
instance = self.instance
|
||||
|
||||
if instance.handler.ready:
|
||||
logger.info(f"Reset instance status from '{instance.status}' to None before run.")
|
||||
logger.debug(f"Reset instance status from '{instance.status}' to None before run.")
|
||||
instance.status = None
|
||||
|
||||
if instance.handler.type_str == "device":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue