Skip to content

Commit 8ec0c90

Browse files
committed
Disable FTP server debug messages by commenting out the debug definition in FtpServerKey.h
1 parent aeb5db6 commit 8ec0c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FtpServerKey.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define FTP_SERVER_CONFIG_H
1919

2020
// Uncomment to enable printing out nice debug messages.
21-
#define FTP_SERVER_DEBUG
21+
// #define FTP_SERVER_DEBUG
2222
// #define FTP_ADDITIONAL_DEBUG
2323

2424
// Define where debug output will be printed.

0 commit comments

Comments
 (0)