summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-07-04 01:58:06 +0000
committerKen Raeburn <raeburn@mit.edu>2007-07-04 01:58:06 +0000
commit55f4aca1a95f1c56d047c2b4222aa6587276bb7c (patch)
treedab46c5810ff386f5c4cf9c8e8989dd9dbf2f110 /src/lib
parent934a694a051776eae565aa69ba2aea0dd6608c27 (diff)
downloadkrb5-55f4aca1a95f1c56d047c2b4222aa6587276bb7c.tar.gz
krb5-55f4aca1a95f1c56d047c2b4222aa6587276bb7c.tar.xz
krb5-55f4aca1a95f1c56d047c2b4222aa6587276bb7c.zip
Remove debugging message accidentally left in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19664 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/ccache/cc_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c
index fc9094b6e..65df01d4b 100644
--- a/src/lib/krb5/ccache/cc_file.c
+++ b/src/lib/krb5/ccache/cc_file.c
@@ -1244,7 +1244,6 @@ krb5_fcc_open_file (krb5_context context, krb5_ccache id, int mode)
switch (errno) {
case ENOENT:
retval = KRB5_FCC_NOFILE;
- fprintf(stderr, "stuffing error message in context %p\n", context);
krb5_set_error_message(context, retval,
"Credentials cache file '%s' not found",
data->filename);