Skip to content
Snippets Groups Projects
Commit 3a2822ec authored by mattijs's avatar mattijs
Browse files

ENH: fileMonitor : warning message update

parent 5e320e96
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,9 @@ namespace Foam ...@@ -170,7 +170,9 @@ namespace Foam
<< "inotify instances" << endl << "inotify instances" << endl
<< " (/proc/sys/fs/inotify/max_user_instances" << " (/proc/sys/fs/inotify/max_user_instances"
<< " on Linux)" << endl << " 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." << " Continuing without additional file monitoring."
<< endl; << endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment