diff options
Diffstat (limited to 'www/dansguardian/files/patch-FatController.cpp')
-rw-r--r-- | www/dansguardian/files/patch-FatController.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/dansguardian/files/patch-FatController.cpp b/www/dansguardian/files/patch-FatController.cpp new file mode 100644 index 000000000000..541096155c69 --- /dev/null +++ b/www/dansguardian/files/patch-FatController.cpp @@ -0,0 +1,11 @@ +--- FatController.cpp.orig Mon Jul 7 14:59:33 2003 ++++ FatController.cpp Mon Jul 7 14:59:52 2003 +@@ -513,7 +513,7 @@ + if (conn) { + if (report) { + if (!isDaemonised) { +- std::cerr << "Error creating connecting to test proxy" << std::endl; ++ std::cerr << "Error creating connection to test proxy" << std::endl; + } + syslog(LOG_ERR, "%s","Error creating connection to test proxy"); + } |