|
@@ -204,7 +204,7 @@ public class DistCpContext {
|
|
return options.toString() +
|
|
return options.toString() +
|
|
", sourcePaths=" + sourcePaths +
|
|
", sourcePaths=" + sourcePaths +
|
|
", targetPathExists=" + targetPathExists +
|
|
", targetPathExists=" + targetPathExists +
|
|
- ", preserveRawXattrs" + preserveRawXattrs;
|
|
|
|
|
|
+ ", preserveRawXattrs=" + preserveRawXattrs;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|