X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdrbd.c;h=cc306dcb2be679e7c91fde0255c3793033a1e232;hb=880246ed45437c4d1f52600ac14b18cb9f78d746;hp=af55667ee34ace9056f4ae95eb1d1fb46c2a2511;hpb=79d834024d69d3b33e0fc4717b6560385b54cdd1;p=collectd.git 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); }