mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-24 01:49:12 +08:00
Fix Logger not showing url when exception occurs (#7782)
This commit is contained in:

committed by
Sébastien Ros

parent
db8e06e7e8
commit
be577ee486
@@ -172,7 +172,7 @@ namespace Orchard.Warmup.Services {
|
||||
}
|
||||
}
|
||||
catch (Exception e) {
|
||||
Logger.Error(e, "Could not extract warmup page content for: ", url);
|
||||
Logger.Error(e, "Could not extract warmup page content for: {0}", url);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user