projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5ca96
)
fixed format issues
author
smallem
<sridhar.mallem@oracle.com>
Fri, 5 Oct 2018 03:15:04 +0000
(23:15 -0400)
committer
smallem
<sridhar.mallem@oracle.com>
Fri, 5 Oct 2018 03:15:04 +0000
(23:15 -0400)
src/exec.c
patch
|
blob
|
history
diff --git
a/src/exec.c
b/src/exec.c
index
d93b24f
..
b005dda
100644
(file)
--- a/
src/exec.c
+++ b/
src/exec.c
@@
-750,9
+750,8
@@
static void *exec_notification_one(void *arg) /* {{{ */
else if (n->severity == NOTIF_OKAY)
severity = "OKAY";
- fprintf(fh,
- "Severity: %s\n"
- "Time: %.3f\n",
+ fprintf(fh, "Severity: %s\n"
+ "Time: %.3f\n",
severity, CDTIME_T_TO_DOUBLE(n->time));
/* Print the optional fields */