summaryrefslogtreecommitdiff
path: root/taler-developer-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-26 12:05:48 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-26 12:05:48 +0100
commit9fa2be0bf07201742e0c9eda1424b8a72151296f (patch)
tree0a0120a0e30046e62df1aba18df8ec155aac8482 /taler-developer-manual.rst
parent1ae896e4e7b378d1f3d8fc2f563969664c57ed00 (diff)
parent678c18fed256b70f45c47540b7ad12ed10c9286a (diff)
downloaddocs-9fa2be0bf07201742e0c9eda1424b8a72151296f.tar.gz
docs-9fa2be0bf07201742e0c9eda1424b8a72151296f.tar.bz2
docs-9fa2be0bf07201742e0c9eda1424b8a72151296f.zip
merge conflict
Diffstat (limited to 'taler-developer-manual.rst')
-rw-r--r--taler-developer-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index ac258a5f..acbae6db 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -916,7 +916,7 @@ Naming conventions
* logging
* tools use their full name in GNUNET_log_setup
- (i.e. 'taler-exchange-keyup') and log using plain 'GNUNET_log'.
+ (i.e. 'taler-exchange-offline') and log using plain 'GNUNET_log'.
* pure libraries (without associated service) use 'GNUNET_log_from'
with the component set to their library name (without lib or '.so'),
which should also be their directory name (i.e. 'util')