From 3a2822ece143011ccd9ff87aa052bae4756b9ed3 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 26 Oct 2010 16:23:05 +0100
Subject: [PATCH] ENH: fileMonitor : warning message update

---
 src/OSspecific/POSIX/fileMonitor.C | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/OSspecific/POSIX/fileMonitor.C b/src/OSspecific/POSIX/fileMonitor.C
index 47791427785..c7e590d6e50 100644
--- a/src/OSspecific/POSIX/fileMonitor.C
+++ b/src/OSspecific/POSIX/fileMonitor.C
@@ -170,7 +170,9 @@ namespace Foam
                         << "inotify instances" << endl
                         << "    (/proc/sys/fs/inotify/max_user_instances"
                         << " on Linux)" << endl
-                        << "    or switch off runTimeModifiable." << endl
+                        << "    , switch off runTimeModifiable." << endl
+                        << "    or compile this file with FOAM_USE_STAT to use"
+                        << " time stamps instead of inotify." << endl
                         << "    Continuing without additional file monitoring."
                         << endl;
                 }
-- 
GitLab