Skip to content

Commit

Permalink
refactor: improved log message
Browse files Browse the repository at this point in the history
  • Loading branch information
iadonkey authored May 6, 2024
1 parent 44d1426 commit 3a56137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TwinpackShared/TwinpackUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public static void AddReference(ITcPlcLibraryManager libManager, string placehol
distributorName = distributorName ?? GuessDistributorName(libManager, libraryName, version);
RemoveReference(libManager, placeholderName, libraryName, version, distributorName);

_logger.Info($"Adding reference to {placeholderName} (version: {version}, distributor: {distributorName})");
_logger.Info($"Adding reference to {placeholderName} {version} [distributor: {distributorName}]");
if (addAsPlaceholder)
libManager.AddPlaceholder(placeholderName, libraryName, version, distributorName);
else
Expand Down

0 comments on commit 3a56137

Please sign in to comment.