X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdrbd.c;h=cc306dcb2be679e7c91fde0255c3793033a1e232;hb=3b618a331d47fa5868f414b42439f7a0f08667cd;hp=af55667ee34ace9056f4ae95eb1d1fb46c2a2511;hpb=8a4728af71c189a2ea377a0fcb6c2421e970fbed;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); }