Mercurial > pidgin
changeset 31851:a3b1dcf433b5
Remove duplicate word "found" in this debug message
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 07 Aug 2011 03:21:39 +0000 |
parents | 3e4b6ffbb551 |
children | 142429bcb4c8 |
files | libpurple/certificate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Sun Jun 12 17:56:24 2011 +0000 +++ b/libpurple/certificate.c Sun Aug 07 03:21:39 2011 +0000 @@ -1704,7 +1704,7 @@ flags |= PURPLE_CERTIFICATE_CA_UNKNOWN; purple_debug_warning("certificate/x509/tls_cached", - "No Certificate Authorities with either DN found " + "No Certificate Authorities with either DN " "found. I'll prompt the user, I guess.\n"); x509_tls_cached_check_subject_name(vrq, flags);