mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 9470: line breaks not escaped for events
status: resolved fixed
This commit is contained in:
parent
22ee7117f5
commit
ea14ff5f6c
@ -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…
x
Reference in New Issue
Block a user