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