ENH: fileMonitor : warning message update

This commit is contained in:
mattijs
2010-10-26 16:23:05 +01:00
parent 5e320e9695
commit 3a2822ece1

View File

@ -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;
}