浏览代码

typo in error message

David Rose 21 年之前
父节点
当前提交
069e0fac71
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/express/multifile.I

+ 1 - 1
panda/src/express/multifile.I

@@ -95,7 +95,7 @@ set_encryption_flag(bool flag) {
 #ifndef HAVE_SSL
   if (flag) {
     express_cat.warning()
-      << "OpenSSL not compiled in; cannot generated compressed multifiles.\n";
+      << "OpenSSL not compiled in; cannot generated encrypted multifiles.\n";
     flag = false;
   }
 #endif  // HAVE_SSL