Revision a182a3ed lib/server/noded.py

b/lib/server/noded.py
169 169
      logging.exception("Error in RPC call")
170 170
      result = (False, "Error while executing backend function: %s" % str(err))
171 171

  
172
    return serializer.DumpJson(result, indent=False)
172
    return serializer.DumpJson(result)
173 173

  
174 174
  # the new block devices  --------------------------
175 175

  

Also available in: Unified diff