Changeset 383 for trunk/lib


Ignore:
Timestamp:
Aug 10, 2011 12:17:52 AM (13 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/MCVE.inc.php

    r376 r383  
    8282        case 'ssl' :
    8383            if (!MCVE_SetSSL($this->conn, $this->host, $this->ssl_port)) {
    84                 $app->logMsg('Could not set method to IP.', LOG_ERR, __FILE__, __LINE__);
     84                $app->logMsg('Could not set method to SSL.', LOG_ERR, __FILE__, __LINE__);
    8585                return false;
    8686            }
     
    8888        case 'dropfile' :
    8989            if (!MCVE_SetDropFile($this->conn, '/var/mcve/trans')) {
    90                 $app->logMsg('Could not set method to IP.', LOG_ERR, __FILE__, __LINE__);
     90                $app->logMsg('Could not set method to dropfile.', LOG_ERR, __FILE__, __LINE__);
    9191                return false;
    9292            }
Note: See TracChangeset for help on using the changeset viewer.