diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-26 10:51:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-26 11:07:11 -0500 |
commit | f269e0f9a51ecc7f22e62bde302afd8574d2f96f (patch) | |
tree | bb5e6e17261a5142efc9a939674c0cf9027cdd90 /changes | |
parent | 127cb39ffcacbcd99633671e92d299ef53bbac46 (diff) | |
download | tor-f269e0f9a51ecc7f22e62bde302afd8574d2f96f.tar tor-f269e0f9a51ecc7f22e62bde302afd8574d2f96f.tar.gz |
Wrapper function for the common rate-limited-log pattern.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/easy.ratelim | 3 |
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. |