Remove double 'or' from warning message
This commit is contained in:
parent
22fcbabb64
commit
e60e020413
1 changed files with 1 additions and 1 deletions
|
|
@ -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("");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue