Skip to content

Commit 022929f

Browse files
committed
fix
1 parent 1223425 commit 022929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/main/java/org/apache/doris/job/extensions/insert/streaming/StreamingMultiTblTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public String getTimeoutReason() {
306306
log.warn("Failed to get task timeout reason, response: {}", response);
307307
}
308308
} catch (ExecutionException | InterruptedException ex) {
309-
log.error("Send get fail reason request failed: ", ex);
309+
log.error("Send get task fail reason request failed: ", ex);
310310
}
311311
return "";
312312
}

0 commit comments

Comments
 (0)