summaryrefslogtreecommitdiffstats
path: root/vespalog/README
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-10-31 17:29:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-11-16 20:54:08 +0000
commitc11bd88ab54edd6e2c370ed7e82094707de19726 (patch)
treec18fae6b73be3dafd32cc7480cdd6b6aef0dab9c /vespalog/README
parentb24dd074584ad83a547a81b95e19d49261d7b849 (diff)
Now fdispatch reliques can go
Diffstat (limited to 'vespalog/README')
-rw-r--r--vespalog/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalog/README b/vespalog/README
index 697e02c6dbc..a7366ffe9b1 100644
--- a/vespalog/README
+++ b/vespalog/README
@@ -112,12 +112,12 @@ useful for enabling debug output only in parts of a program.
Some hypothetical examples:
-In the application "fdispatch" there could be some files that have
+In the application "dispatch" there could be some files that have
code primarily for query parsing. It also links with the library "fnet"
for communicating.
in main.cpp the following is done:
-LOG_SETUP("fdispatch");
+LOG_SETUP("dispatch");
LOG_RCSID("$Id$");
In the .cpp files that worry about query parsing, the following is done: