@@ -7201,7 +7201,7 @@ public void configurableRun() {
7201
7201
final var destination = _transfer .getDestination ();
7202
7202
final var dataFile = _transfer .getDataFile ();
7203
7203
if (_splunk .isInfoEnabled () && !(complete && target .isEmpty ()))
7204
- _splunk .info ("ACT ;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}" ,
7204
+ _splunk .info ("CPY ;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}" ,
7205
7205
"Monitored=" + destination .getMonitor (), "DataTransferId=" + _transfer .getId (),
7206
7206
"DestinationName=" + destination .getName (),
7207
7207
"DestinationType=" + DestinationOption .getLabel (destination .getType ()),
@@ -8268,7 +8268,7 @@ public void configurableRun() {
8268
8268
final var destination = _transfer .getDestination ();
8269
8269
final var dataFile = _transfer .getDataFile ();
8270
8270
if (_splunk .isInfoEnabled ())
8271
- _splunk .info ("ACT ;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}" ,
8271
+ _splunk .info ("CPY ;{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{};{}" ,
8272
8272
"Monitored=" + destination .getMonitor (), "DataTransferId=" + _transfer .getId (),
8273
8273
"DestinationName=" + destination .getName (),
8274
8274
"DestinationType=" + DestinationOption .getLabel (destination .getType ()),
0 commit comments