mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Improve logging to identify the offending link (#3554)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ public class CommunicationManager implements EventSubscriber, RegistryChangeList
|
||||
}
|
||||
}
|
||||
}
|
||||
logger.warn("No ProfileFactory found which supports profile '{}'", profileTypeUID);
|
||||
logger.warn("No ProfileFactory found which supports profile '{}' for link '{}'", profileTypeUID, link);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user