diff --git a/core/notify.cpp b/core/notify.cpp index 214dd25..a4ac563 100755 --- a/core/notify.cpp +++ b/core/notify.cpp @@ -237,10 +237,12 @@ Users::Iterator i; if( !system || !system->mounts.pmount || !config ) { + // !! system->mounts.pmount byl czasami null + // !! kiedy dodawana byla funkcja "vim" log << log1 << "!!! Notify: some objects are not set: " << system << ", " << system->mounts.pmount << ", " - << config logend; + << config << logend; return; }