projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a5538
)
Fix typo
author
Cyril Plisko
<cyril.plisko@mountall.com>
Sun, 9 Jun 2013 16:11:04 +0000
(19:11 +0300)
committer
Cyril Plisko
<cyril.plisko@infinidat.com>
Sun, 9 Jun 2013 16:11:57 +0000
(19:11 +0300)
recive -> receive
contrib/collectd_unixsock.py
patch
|
blob
|
history
diff --git
a/contrib/collectd_unixsock.py
b/contrib/collectd_unixsock.py
index
1b8e6b1
..
5cd4ab8
100644
(file)
--- a/
contrib/collectd_unixsock.py
+++ b/
contrib/collectd_unixsock.py
@@
-158,7
+158,7
@@
class Collectd():
self._sock.send(c + "\n")
status_message = self._readline()
if self.noisy:
- print "[recive] %s" % status_message
+ print "[rec
e
ive] %s" % status_message
if not status_message:
return None
code, message = status_message.split(' ', 1)