Skip to content

Commit

Permalink
Update shm cleanup hint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed May 25, 2023
1 parent 7957e48 commit 1286744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spine/AgentInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ AgentInterface::AgentInterface(const std::string& name, size_t size)
} else if (errno == EEXIST) {
spdlog::error(
"Cannot open shared memory \"{}\": file already exists. Is the spine "
"already running? Did it not exit properly? If not, run ``bazel run "
"@vulp//tools/shm:clean -- {}``",
"already running? Did it not exit properly? If not, run "
"``./tools/bazelisk run @vulp//tools/shm:clean -- {}``",
name, name);
} else {
spdlog::error("Cannot open shared memory file: errno is {}", errno);
Expand Down

0 comments on commit 1286744

Please sign in to comment.