Ticket #926: tahoe-ftp-msg.diff

File tahoe-ftp-msg.diff, 611 bytes (added by ndurner, at 2010-01-23T15:34:51Z)
  • src/allmydata/frontends/ftpd.py

    old new  
    289289        # make sure we're using a patched Twisted that uses IWriteFile.close:
    290290        # see docs/frontends/FTP-and-SFTP.txt and
    291291        # http://twistedmatrix.com/trac/ticket/3462 for details.
    292         assert "close" in ftp.IWriteFile.names(), "your twisted is lacking"
     292        assert "close" in ftp.IWriteFile.names(), "your twisted is lacking a vital patch, see docs/frontends/FTP-and-SFTP.txt"
    293293
    294294        r = Dispatcher(client)
    295295        p = portal.Portal(r)