mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Removed extraneous comma in perf data output
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1492 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
f9baef7ed0
commit
caaf4be9b6
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ int main(int argc, char *argv[]){
|
|||
}
|
||||
printf("Offset %.10g secs|offset=%.10g", offset, offset);
|
||||
}
|
||||
if (do_jitter) printf(", jitter=%f", jitter);
|
||||
if (do_jitter) printf(" jitter=%f", jitter);
|
||||
printf("\n");
|
||||
|
||||
if(server_address!=NULL) free(server_address);
|
||||
|
|
|
|||
Loading…
Reference in a new issue