Improve logging to identify the offending link (#3554)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng
2023-04-15 09:04:37 +02:00
committed by GitHub
parent eb6b6b9677
commit 3fc4a4c9d2
@@ -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;
}