Windows: More useful AFSDumpFile exception info
[openafs.git] / src / WINNT / afsrdr / kernel / fs / AFSRead.cpp
index 877813e..6e987b4 100644 (file)
@@ -101,9 +101,11 @@ try_exit:
 
         NOTHING;
     }
-    __except( AFSExceptionFilter( GetExceptionCode(), GetExceptionInformation()) )
+    __except( AFSExceptionFilter( __FUNCTION__, GetExceptionCode(), GetExceptionInformation()) )
     {
 
+        AFSDumpTraceFilesFnc();
+
         ntStatus = STATUS_INSUFFICIENT_RESOURCES;
     }