Skip to content
Snippets Groups Projects
Commit 6041e527 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7432: Fixed compile errors

parent ab5d0c51
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,10 @@ public:
"1.0.0")
{
setXMLPayload(formatString(
"<task>
<type>observation</type>
<state>%s</state>
</task>",
"<task>\n"
" <type>observation</type>\n"
" <state>%s</state>\n"
"</task>",
success ? "finished" : "aborted"));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment