浏览代码

Better error message on promote

Renato Golin 13 年之前
父节点
当前提交
562ee8f6ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  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());