This commit is contained in:
dkoruba
2017-05-20 20:55:40 +02:00
parent 65ed69cf06
commit ac8ee92bb8

View File

@@ -92,7 +92,9 @@ namespace Umbraco.Web.Scheduling
if (result.IsSuccessStatusCode)
{
LogHelper.Debug<ScheduledPublishing>(() => "Request successfully send to url = " + url);
LogHelper.Debug<ScheduledPublishing>(
() => string.Format(
"Request successfully sent to url = \"{0}\". ", url));
}
else
{