X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fsmart.c;h=30680be6ed4b5d0565ea27a4a46c453e3f3c1051;hp=f5850f5f4d12269156e038e2b7860b5a89594239;hb=da11ce02eb202b3e01d3e2d1b40f248a84430973;hpb=be126043c2be20399d7670fe194645292018bde0 diff --git a/src/smart.c b/src/smart.c index f5850f5f..30680be6 100644 --- a/src/smart.c +++ b/src/smart.c @@ -117,8 +117,8 @@ static void handle_attribute(SkDisk *d, const SkSmartAttributeParsedData *a, sstrncpy(notif.plugin_instance, name, sizeof(notif.plugin_instance)); sstrncpy(notif.type_instance, a->name, sizeof(notif.type_instance)); snprintf(notif.message, sizeof(notif.message), - "attribute %s is below allowed threshold (%d < %d)", a->name, - a->current_value, a->threshold); + "attribute %s is below allowed threshold (%d < %d)", a->name, + a->current_value, a->threshold); plugin_dispatch_notification(¬if); } }