aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonrpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jsonrpc.c')
-rw-r--r--lib/jsonrpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/jsonrpc.c b/lib/jsonrpc.c
index 32d34b4f..5d394c68 100644
--- a/lib/jsonrpc.c
+++ b/lib/jsonrpc.c
@@ -32,9 +32,9 @@
#include "reconnect.h"
#include "stream.h"
#include "timeval.h"
-
-#define THIS_MODULE VLM_jsonrpc
#include "vlog.h"
+
+VLOG_DEFINE_THIS_MODULE(jsonrpc)
struct jsonrpc {
struct stream *stream;