diff --git a/exec/qnet-ftp.src b/exec/qnet-ftp.src
index 80b0eadf81486bdbb0f5bda29a83c7a95821e3d7..6a1115b4fa81a822449830c752995f0446758ea0 100644
--- a/exec/qnet-ftp.src
+++ b/exec/qnet-ftp.src
@@ -165,7 +165,7 @@ ftp_get sock str qwk
 if_true
 	lprintf "QNET-FTP: Downloaded %s successfully" str
 else
-	lprintf "QNET-FTP: %s NOT downloaded (no new messages?)" str
+	lprintf "QNET-FTP: %s NOT downloaded socket_error=%d (no new messages?)" str _socket_error
 	end_if
 
 #################