Browse Source

Fix logging

pull/301/head
Halil ibrahim Kalkan 8 years ago
parent
commit
dac7270407
  1. 2
      src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlerBase.cs

2
src/Volo.Abp.AspNetCore.Mvc.UI.Bundling/Volo/Abp/AspNetCore/Mvc/UI/Bundling/BundlerBase.cs

@ -27,7 +27,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bundling
public BundleResult Bundle(IBundlerContext context)
{
Logger.LogInformation($"Bundling {context.BundleRelativePath} ({context.ContentFiles} files)");
Logger.LogInformation($"Bundling {context.BundleRelativePath} ({context.ContentFiles.Count} files)");
var sb = new StringBuilder();

Loading…
Cancel
Save