From e60e020413aefd38388fc6eae15286ae13e80d88 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 11 May 2017 17:59:54 +0200 Subject: [PATCH] Remove double 'or' from warning message --- src/anbox/cmds/container_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anbox/cmds/container_manager.cpp b/src/anbox/cmds/container_manager.cpp index dffd6dc..593be7e 100644 --- a/src/anbox/cmds/container_manager.cpp +++ b/src/anbox/cmds/container_manager.cpp @@ -57,7 +57,7 @@ anbox::cmds::ContainerManager::ContainerManager() if (!daemon_) { WARNING("You are running the container manager manually which is most likely not"); WARNING("what you want. The container manager is normally started by systemd or"); - WARNING("or another init system. If you still want to run the container-manager"); + WARNING("another init system. If you still want to run the container-manager"); WARNING("you can get rid of this warning by starting with the --daemon option."); WARNING(""); }