[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1793] nagiosplug/trunk/plugins

psychotrahe at users.sourceforge.net psychotrahe at users.sourceforge.net
Sun Sep 23 14:29:37 CEST 2007


Revision: 1793
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1793&view=rev
Author:   psychotrahe
Date:     2007-09-23 05:29:36 -0700 (Sun, 23 Sep 2007)

Log Message:
-----------
Removed some c99 style comments

Modified Paths:
--------------
    nagiosplug/trunk/plugins/check_disk.c
    nagiosplug/trunk/plugins/negate.c

Modified: nagiosplug/trunk/plugins/check_disk.c
===================================================================
--- nagiosplug/trunk/plugins/check_disk.c	2007-09-23 12:26:03 UTC (rev 1792)
+++ nagiosplug/trunk/plugins/check_disk.c	2007-09-23 12:29:36 UTC (rev 1793)
@@ -271,7 +271,7 @@
             
             if (verbose > 3)
               printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name);
-             /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */
+             /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); *//* path->group, tmpfsp.fsu_bavail, temp_list->name); */
 
             np_add_name(&seen, temp_list->best_match->me_mountdir);
           }

Modified: nagiosplug/trunk/plugins/negate.c
===================================================================
--- nagiosplug/trunk/plugins/negate.c	2007-09-23 12:26:03 UTC (rev 1792)
+++ nagiosplug/trunk/plugins/negate.c	2007-09-23 12:29:36 UTC (rev 1793)
@@ -79,7 +79,7 @@
 #include "utils.h"
 #include "utils_cmd.h"
 
-//char *command_line;
+/* char *command_line; */
 
 static const char **process_arguments (int, char **);
 int validate_arguments (char **);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list