mirror of https://github.com/apache/cloudstack.git
bug 9470: line breaks removed for task failed message
status 9470: resolved fixed
This commit is contained in:
parent
b219d3e83e
commit
e97e09c7d6
|
|
@ -2716,7 +2716,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
if (task.getStatus(c) == Types.TaskStatusType.SUCCESS) {
|
||||
return;
|
||||
} else {
|
||||
String msg = "Task failed! Task record:\n" + task.getRecord(c);
|
||||
String msg = "Task failed! Task record: " + task.getRecord(c);
|
||||
s_logger.warn(msg);
|
||||
task.cancel(c);
|
||||
throw new Types.BadAsyncResult(msg);
|
||||
|
|
|
|||
Loading…
Reference in New Issue