Explorar o código

Better error message on promote

Renato Golin %!s(int64=13) %!d(string=hai) anos
pai
achega
562ee8f6ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/fileservices/fileservices.cpp

+ 1 - 1
plugins/fileservices/fileservices.cpp

@@ -1801,7 +1801,7 @@ FILESERVICES_API  char * FILESERVICES_CALL fsfPromoteSuperFileList(ICodeContext
     UnsignedArray lfnofs;
     const char *s = (const char *)lsuperfns;
     // MORE - For now, we need a local transaction
-    CheckNotInTransaction(ctx, s);
+    CheckNotInTransaction(ctx, "PromoteSuperFile");
 
     while ((size32_t)(s-(const char *)lsuperfns)<lenLsuperfns) {
         constructLogicalName(wu,s,lfn.clear());