summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-04-19 21:10:33 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-04-20 02:32:40 +0000
commit8d885b9c28e63b36e13de50e56f17f63bc4ab448 (patch)
tree5d4baab04019624e1813c0189ea3aaa6c20f8623 /xyz
parent53aef9bc7a422a7955db92c4792fc90afcb97802 (diff)
downloadphosphor-dbus-interfaces-8d885b9c28e63b36e13de50e56f17f63bc4ab448.tar.gz
phosphor-dbus-interfaces-8d885b9c28e63b36e13de50e56f17f63bc4ab448.zip
TFTP: removed > from error yaml file
phosphor-logging currently generates invalid C++ code with multi-line descriptions. Work around this by eliminating them. See openbmc/openbmc#1481. Change-Id: I361f21394cfa506ef87677e6fc84fa742789eff6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common.errors.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/xyz/openbmc_project/Common.errors.yaml b/xyz/openbmc_project/Common.errors.yaml
index 4dd9311..2066005 100644
--- a/xyz/openbmc_project/Common.errors.yaml
+++ b/xyz/openbmc_project/Common.errors.yaml
@@ -1,9 +1,6 @@
- name: Timeout
- description: >
- Operation timed out.
+ description: Operation timed out.
- name: InternalFailure
- description: >
- The operation failed internally.
+ description: The operation failed internally.
- name: InvalidArgument
- description: >
- Invalid argument was given.
+ description: Invalid argument was given.
OpenPOWER on IntegriCloud