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