mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-17 01:28:29 -05:00
Don't use C++ style comments (noted by Johannes Kingma on
nagiosplug-help@) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1770 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
0616123167
commit
da6aa00a83
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ main (int argc, char **argv)
|
|||
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue