From 0674cf7aa3679a5030e2cd1400ad533458d1f308 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 12 Aug 2014 08:33:09 -0500 Subject: [PATCH] drbd plugin: Make the warning message more readable when /proc/drbd is missing --- src/drbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drbd.c b/src/drbd.c index af55667e..cc306dcb 100644 --- a/src/drbd.c +++ b/src/drbd.c @@ -132,7 +132,7 @@ static int drbd_read (void) fh = fopen (drbd_stats, "r"); if (fh == NULL) { - WARNING ("Unable to open%s", drbd_stats); + WARNING ("drbd plugin: Unable to open %s", drbd_stats); return (EINVAL); } -- 2.11.0