[Libreoffice-commits] online.git: loolwsd/LOOLForKit.cpp loolwsd/LOOLKit.cpp

Tor Lillqvist tml at collabora.com
Tue Apr 12 11:25:51 UTC 2016


 loolwsd/LOOLForKit.cpp |    2 +-
 loolwsd/LOOLKit.cpp    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8dcd7d22e4297f6501406798cc1976a7a53f1901
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 12 14:22:51 2016 +0300

    Remove a few more more leftovers from the "broker" terminology

diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp
index 81a83db..41bd095 100644
--- a/loolwsd/LOOLForKit.cpp
+++ b/loolwsd/LOOLForKit.cpp
@@ -146,7 +146,7 @@ int main(int argc, char** argv)
     }
 
     // Initialization
-    Log::initialize("brk");
+    Log::initialize("frk");
 
     Util::setTerminationSignals();
     Util::setFatalSignals();
diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index f531e6b..9efa6d4 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -888,7 +888,7 @@ void lokit_main(const std::string& childRoot,
     // We only host a single document in our lifetime.
     std::shared_ptr<Document> document;
 
-    // Ideally this will be a random ID, but broker will cleanup
+    // Ideally this will be a random ID, but forkit will cleanup
     // our jail directory when we die, and it's simpler to know
     // the jailId (i.e. the path) implicitly by knowing our pid.
     static const std::string pid = std::to_string(Process::id());


More information about the Libreoffice-commits mailing list