We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 044c412 commit 0ff487aCopy full SHA for 0ff487a
1 file changed
src/webapp01/Pages/Index.cshtml.cs
@@ -15,7 +15,7 @@ public IndexModel(ILogger<IndexModel> logger)
15
16
var str = $"/C fsutil volume diskfree {drive}:";
17
18
- _logger.LogInformation($"Command: {str}");
+ _logger.LogInformation($"Command str: {str}");
19
}
20
21
public void OnGet()
0 commit comments