/[imapfilter]/imapfilter/response.c
ViewVC logotype

Diff of /imapfilter/response.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by lefcha, Sat Feb 22 16:06:41 2003 UTC revision 1.34 by lefcha, Sat Mar 15 18:39:55 2003 UTC
# Line 32  receive_response(int *sock, char *buf) Line 32  receive_response(int *sock, char *buf)
32                  longjmp(acctloop, -1);                  longjmp(acctloop, -1);
33    
34  #ifdef DEBUG  #ifdef DEBUG
35          fprintf(stderr, "\n%s\n", buf);          fprintf(stderr, "debug: getting response (%s):\n\n%s\n",
36                (sock == &sockpri ? "primary" : "auxiliary"), buf);
37  #endif  #endif
38    
39  }  }
# Line 203  namespace_response(int *sock, unsigned i Line 204  namespace_response(int *sock, unsigned i
204                  }                  }
205          }          }
206  #ifdef DEBUG  #ifdef DEBUG
207          fprintf(stderr, "debug: namespace: '%s' '%c'\n", nsp->prefix,          fprintf(stderr, "debug: namespace (%s): '%s' '%c'\n",
208                (sock == &sockpri ? "primary" : "auxiliary"), nsp->prefix,
209              nsp->delim);              nsp->delim);
210  #endif  #endif
211          return analyze_response(buf);          return analyze_response(buf);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26