You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
progress.Error(UrlConfig,$"Error - when applying copy {UrlConfig.SafeUrl()} to {protoConfig.FullUrl} - the copy needs to have a different name than the parent (use @name = xxx)");
61
+
progress.Error(UrlConfig,
62
+
"Error - when applying copy {0} to {1} - the copy needs to have a different name than the parent (use @name = xxx)",
63
+
UrlConfig.SafeUrl(),protoConfig.FullUrl
64
+
);
62
65
}
63
66
else
64
67
{
@@ -68,7 +71,10 @@ public void Apply(LinkedList<IProtoUrlConfig> databaseConfigs, IPatchProgress pr
68
71
}
69
72
catch(Exceptionex)
70
73
{
71
-
progress.Exception(ex,UrlConfig,$"Exception while applying copy {UrlConfig.SafeUrl()} to {protoConfig.FullUrl}");
0 commit comments