aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-26 10:51:58 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-26 11:07:11 -0500
commitf269e0f9a51ecc7f22e62bde302afd8574d2f96f (patch)
treebb5e6e17261a5142efc9a939674c0cf9027cdd90 /changes
parent127cb39ffcacbcd99633671e92d299ef53bbac46 (diff)
downloadtor-f269e0f9a51ecc7f22e62bde302afd8574d2f96f.tar
tor-f269e0f9a51ecc7f22e62bde302afd8574d2f96f.tar.gz
Wrapper function for the common rate-limited-log pattern.
Diffstat (limited to 'changes')
-rw-r--r--changes/easy.ratelim3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/easy.ratelim b/changes/easy.ratelim
new file mode 100644
index 000000000..cadd1e4f5
--- /dev/null
+++ b/changes/easy.ratelim
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Add a wrapper function for the common "log a message with a rate-limit"
+ case.