Skip to content

Commit

Permalink
ログ メッセージ テンプレートを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Jan 20, 2024
1 parent f09ee4d commit 68dfa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Beutl/ViewModels/EditViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void Dispose()

public bool OpenToolTab(IToolContext item)
{
_logger.LogInformation("'{ToolTabName}' has been opened. (SceneId)", item.Extension.Name, _sceneId);
_logger.LogInformation("'{ToolTabName}' has been opened. ({SceneId})", item.Extension.Name, _sceneId);
try
{
if (BottomTabItems.Any(x => x.Context == item) || RightTabItems.Any(x => x.Context == item))
Expand Down

0 comments on commit 68dfa5b

Please sign in to comment.