summaryrefslogtreecommitdiff
path: root/taler-developer-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 17:28:59 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-21 17:28:59 -0500
commit21cb01c46c97903683a2706115ad59f84d49ebca (patch)
tree7db06ca6822f7caf84d1e5597f58c972b631b5ee /taler-developer-manual.rst
parent3eaf38970b9f894eeeffbfbe229f48da2fe09392 (diff)
downloaddocs-21cb01c46c97903683a2706115ad59f84d49ebca.tar.gz
docs-21cb01c46c97903683a2706115ad59f84d49ebca.tar.bz2
docs-21cb01c46c97903683a2706115ad59f84d49ebca.zip
s/taler-exchange-keyup/taler-exchange-offline/ (four instances)
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')