Skip to content

Commit 20095a1

Browse files
committed
fix
1 parent cacf806 commit 20095a1

File tree

1 file changed

+2
-2
lines changed
  • iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client

1 file changed

+2
-2
lines changed

iotdb-core/datanode/src/main/java/org/apache/iotdb/db/pipe/sink/protocol/opcua/client/ClientRunner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ public void run() {
123123
future.get(
124124
PipeConfig.getInstance().getPipeConnectorHandshakeTimeoutMs(), TimeUnit.MICROSECONDS);
125125
} catch (final Exception e) {
126-
throw new PipeException("Error running client example: " + e.getMessage());
126+
throw new PipeException("Error running opc client: " + e.getMessage());
127127
}
128128
} catch (final Exception e) {
129-
throw new PipeException("Error getting client: " + e.getMessage());
129+
throw new PipeException("Error getting opc client: " + e.getMessage());
130130
}
131131
}
132132
}

0 commit comments

Comments
 (0)