diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-07-08 16:17:04 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-07-08 16:17:04 +0000 |
commit | 13ae16c9d46fdaa387607ff9cb0f73fed24cb442 (patch) | |
tree | 2491ee272dee6abeeae9319be7d39cf6fcf2c310 /develop/print.html | |
parent | deploy: f6767abc054f3461cd9a70ba096fcf9a8e640edb (diff) | |
download | synapse-13ae16c9d46fdaa387607ff9cb0f73fed24cb442.tar.xz |
deploy: 33ae301fee3aac6fec492b8238899cac22e3908d
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index b43addd749..3ebb4ebcad 100644 --- a/develop/print.html +++ b/develop/print.html @@ -11794,7 +11794,7 @@ the current log context (as well as providing the <code>LoggingContextFilter</co class).</p> <p>Deferreds make the whole thing complicated, so this document describes how it all works, and how to write code which follows the rules.</p> -<p>##Logcontexts without Deferreds</p> +<h2 id="logcontexts-without-deferreds"><a class="header" href="#logcontexts-without-deferreds">Logcontexts without Deferreds</a></h2> <p>In the absence of any Deferred voodoo, things are simple enough. As with any code of this nature, the rule is that our function should leave things as it found them:</p> |