Sfoglia il codice sorgente

typo in error message

David Rose 21 anni fa
parent
commit
069e0fac71
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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