diff options
author | Jason Gerecke <killertofu@gmail.com> | 2012-07-25 17:39:49 -0700 |
---|---|---|
committer | Jason Gerecke <killertofu@gmail.com> | 2012-08-02 09:19:06 -0700 |
commit | 8dcf5ee466cfb14490fa52c8af8a4cbac92036f7 (patch) | |
tree | 0253eaabee344c686186b20d0c56ca7036cef232 | |
parent | b620267a709cb399338641fcc4c671aad2c7986c (diff) | |
download | xf86-input-wacom-8dcf5ee466cfb14490fa52c8af8a4cbac92036f7.tar.gz |
Add missing newline to error message
Signed-off-by: Jason Gerecke <killertofu@gmail.com>
-rw-r--r-- | src/wcmValidateDevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 0fa98cc..df4fe93 100644 --- a/src/wcmValidateDevice.c +++ b/src/wcmValidateDevice.c @@ -842,7 +842,7 @@ Bool wcmPreInitParseOptions(InputInfoPtr pInfo, Bool is_primary, if(toollist) /* Already have a tool with the same type/serial */ { - xf86Msg(X_ERROR, "%s: already have a tool with type/serial %d/%d.", + xf86Msg(X_ERROR, "%s: already have a tool with type/serial %d/%d.\n", pInfo->name, tool->typeid, tool->serial); goto error; } else /* No match on existing tool/serial, add tool to the end of the list */ |