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
$"The file '{source}' could not be copied because the destination file could not be determined. Destination in config file: {Destination}.",
119
+
$"{correlationPrefix}The file '{source}' could not be copied because the destination file could not be determined. Destination in config file: {Destination}.",
Logger.WriteLine($"Copied {source} to {destination}. Verify: {Verify}. Keep timestamps: {KeepTimestamps}.");
125
+
Logger.WriteLine($"{correlationPrefix}Copied {source} to {destination}. Verify: {Verify}. Keep timestamps: {KeepTimestamps}.");
124
126
break;
125
127
126
128
caseActionType.Move:
127
129
if(string.IsNullOrWhiteSpace(destination))
128
130
{
129
131
Logger.WriteLine(
130
-
$"The file '{source}' could not be moved because the destination file could not be determined. Destination in config file: {Destination}.",
132
+
$"{correlationPrefix}The file '{source}' could not be moved because the destination file could not be determined. Destination in config file: {Destination}.",
0 commit comments