ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.66,1.67


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/msn2 msn.C,1.66,1.67
Date: Fri, 07 Mar 2003 08:58:29 -0500

Update of /cvsroot/ayttm/ayttm/modules/msn2
In directory subversions:/tmp/cvs-serv18859/modules/msn2

Modified Files:
        msn.C 
Log Message:
try to explain file transfer problems


Index: msn.C
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/msn2/msn.C,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- msn.C       5 Mar 2003 14:26:33 -0000       1.66
+++ msn.C       7 Mar 2003 13:58:22 -0000       1.67
@@ -981,7 +981,7 @@
 
 void ext_filetrans_failed(invitation_ftp * inv, int err, char * msg)
 {
-        sprintf(buf, "File transfer failed: %s", msg);
+        sprintf(buf, "File transfer failed: %s\nThe file sender must have a 
public IP,\n and his firewall must allow TCP connections to port 1863.", msg);
         do_error_dialog(buf, "Transfer failed");
        transfer_window * t_win = eb_find_window_tag(inv);
        if (t_win) {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]