From 96314002a14c3d21442819e5eb275f568afd319c Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 19 Jul 2016 13:18:55 +0200
Subject: [PATCH] README: Fix troubleshooting section.

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b051ac6..c0d2cbd 100644
--- a/README.md
+++ b/README.md
@@ -206,10 +206,10 @@ To check if the server is running, run:
 ps -C omniNames -o pid,args
 ```
 
-If the process is not running, delete omniNames related log and backup files in `/var/log`. They may have different names on your computer, but most likely, something like:
+If the process is not running, delete omniNames related log and backup files in `/var/lib/omniorb`. They may have different names on your computer, but most likely, something like:
 ```bash
-rm /var/log/omniORB/omninames-<computer_name>.log
-rm /var/log/omniORB/omninames-<computer_name>.bak
+rm /var/lib/omniORB/omninames-<computer_name>.log
+rm /var/lib/omniORB/omninames-<computer_name>.bak
 ```
 then restart the server:
 ```bash
-- 
GitLab