Skip to content
Snippets Groups Projects
Commit 220362d3 authored by Stefan Wallström's avatar Stefan Wallström
Browse files

Filesystem.Monitor: Fixed trace message

parent e9bb7cfb
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ protected class Monitor(string path,
if (files) {
string filename = basename (submon->path);
MON_WERR("%O->submonitor_released(%O): Removing list state for %O.\n",
this, filename);
this, submon, filename);
files -= ({ filename });
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment