diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
commit | f5c5bc88a7154db3ef6c1f50f59ffe62e6d2f447 (patch) | |
tree | 018ec38a55dfd9fb09de7661d31ace773e87f838 /examples/c-notifyd/c-notifyd.c | |
parent | 53d8a28582c4183ee052d4018334d58153367467 (diff) |
Replaced ambiguous naming of "JSON string" to more accurate "JSON message". #2
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/c-notifyd/c-notifyd.c')
-rw-r--r-- | examples/c-notifyd/c-notifyd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c-notifyd/c-notifyd.c b/examples/c-notifyd/c-notifyd.c index fa2e0876e..130d22fa1 100644 --- a/examples/c-notifyd/c-notifyd.c +++ b/examples/c-notifyd/c-notifyd.c @@ -620,7 +620,7 @@ int main(int argc, char ** argv) if (parse_ret != PARSE_NEED_MORE_DATA) { syslog(LOG_DAEMON | LOG_ERR, - "Could not parse json string %s: %.*s\n", + "Could not parse JSON message %s: %.*s\n", nDPIsrvd_enum_to_string(parse_ret), nDPIsrvd_json_buffer_length(sock), nDPIsrvd_json_buffer_string(sock)); |