projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29713f4
)
apcups.c: Closed run-away comment. Sorry.
author
octo
<octo>
Wed, 24 May 2006 06:16:00 +0000
(06:16 +0000)
committer
octo
<octo>
Wed, 24 May 2006 06:16:00 +0000
(06:16 +0000)
src/apcups.c
patch
|
blob
|
history
diff --git
a/src/apcups.c
b/src/apcups.c
index
a1fa277
..
8cad3df
100644
(file)
--- a/
src/apcups.c
+++ b/
src/apcups.c
@@
-349,7
+349,7
@@
static int apc_query_server (char *host, int port,
/* TODO: Keep the socket open, if possible */
if ((sockfd = net_open (host, NULL, port)) < 0)
{
- /* Complain once every six hours.
+ /* Complain once every six hours.
*/
int complain_step = 21600 / atoi (COLLECTD_STEP);
if ((complain % complain_step) == 0)