Merge pull request #700 from timl/drbd_warning_fix
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 12 Aug 2014 15:54:51 +0000 (17:54 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 12 Aug 2014 15:54:51 +0000 (17:54 +0200)
drbd plugin: Make the warning message more readable when /proc/drbd is m...

src/drbd.c

index af55667..cc306dc 100644 (file)
@@ -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);
        }