summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-05-28 14:40:39 +0000
committerChris Wilson <chris+github@qwirx.com>2008-05-28 14:40:39 +0000
commit441373e3cf2b6c1f4f119c4a4b0d494a6645b5c2 (patch)
treeb6d0e795c0cdc743489746c32df240493e9a679b /bin
parenteae85d3043037223b41aa1e3b6f49d8a7e537854 (diff)
Shorten names used by daemons.
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupd/bbackupd.cpp2
-rw-r--r--bin/bbstored/bbstored.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupd/bbackupd.cpp b/bin/bbackupd/bbackupd.cpp
index a0f275b3..d334a2df 100644
--- a/bin/bbackupd/bbackupd.cpp
+++ b/bin/bbackupd/bbackupd.cpp
@@ -29,7 +29,7 @@ int main(int argc, const char *argv[])
MAINHELPER_START
- Logging::SetProgramName("Box Backup (bbackupd)");
+ Logging::SetProgramName("bbackupd");
Logging::ToConsole(true);
Logging::ToSyslog (true);
diff --git a/bin/bbstored/bbstored.cpp b/bin/bbstored/bbstored.cpp
index 54858dd4..21a9e5f1 100644
--- a/bin/bbstored/bbstored.cpp
+++ b/bin/bbstored/bbstored.cpp
@@ -18,7 +18,7 @@ int main(int argc, const char *argv[])
{
MAINHELPER_START
- Logging::SetProgramName("Box Backup (bbstored)");
+ Logging::SetProgramName("bbstored");
Logging::ToConsole(true);
Logging::ToSyslog (true);