]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/filed/plugins/api.c
fix crash on exchange restore fail
[bacula/bacula] / bacula / src / win32 / filed / plugins / api.c
index cde58e5f8c88b46f2563a477ac737453082a7e55..1efb35b48800eeb4a7ef437323e7130b38a86652 100644 (file)
@@ -135,6 +135,8 @@ ESEErrorMessage(HRESULT result)
       return "Exchange backup already in progress.";
    case hrLogfileNotContiguous:
       return "Existing log file is not contiguous. Check that no stale files are left in the Exchange data/log directories.";
+   case hrErrorFromESECall:
+      return "Error returned from ESE function call. Check the Windows Event Logs for more information.";
    case hrCBDatabaseNotFound:
       return "Database not found. Check that the Database you are trying to restore actually exists in the Storage Group you are restoring to.";
    default: