Skip to content

Commit dfe82f5

Browse files
authored
Update RESTFacadeImpl.java
1 parent 3352921 commit dfe82f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/zstack/core/rest/RESTFacadeImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void sendCommand(HttpServletRequest req, HttpServletResponse rsp) {
205205
HttpEntity<String> entity = this.httpServletRequestToHttpEntity(req);
206206
if (commandPath == null) {
207207
rsp.sendError(HttpStatus.SC_BAD_REQUEST, "No 'commandPath' found in the header");
208-
logger.warn(String.format("Received a command, but no 'taskUuid' found in headers. request body: %s", entity.getBody()));
208+
logger.warn(String.format("Received a command, but no 'commandPath' found in headers. request body: %s", entity.getBody()));
209209
return;
210210
}
211211

0 commit comments

Comments
 (0)