From 96160fc20d2c939e73773f3fbec2f2fd9482dcf4 Mon Sep 17 00:00:00 2001
From: Christopher Peplin <chris.peplin@rhubarbtech.com>
Date: Tue, 18 Feb 2014 17:29:08 -0500
Subject: Shorten the negative response code log message.

---
 src/uds/uds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/uds/uds.c')

diff --git a/src/uds/uds.c b/src/uds/uds.c
index 88d56bc5..b35e2416 100644
--- a/src/uds/uds.c
+++ b/src/uds/uds.c
@@ -319,7 +319,7 @@ void diagnostic_response_to_string(const DiagnosticResponse* response,
     if(!response->success) {
         bytes_used += snprintf(destination + bytes_used,
                 destination_length - bytes_used,
-                "negative response code: 0x%x, ",
+                "nrc: 0x%x, ",
                 response->negative_response_code);
     }
 
-- 
cgit 1.2.3-korg