Changeset 5291:3869e46f6fd4 for imap

Show
Ignore:
Timestamp:
2007-11-08 11:26:05 (13 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Turn down some debug logging levels

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imap/command.c

    r5111 r5291  
    210210  else 
    211211  { 
    212     dprint (2, (debugfile, "IMAP queue drained\n")); 
     212    dprint (3, (debugfile, "IMAP queue drained\n")); 
    213213    imap_cmd_finish (idata); 
    214214  } 
     
    487487  char* bracket; 
    488488 
    489   dprint (2, (debugfile, "Handling CAPABILITY\n")); 
     489  dprint (3, (debugfile, "Handling CAPABILITY\n")); 
    490490 
    491491  s = imap_next_word (s); 
     
    546546  HEADER* h = NULL; 
    547547 
    548   dprint (2, (debugfile, "Handling FETCH\n")); 
     548  dprint (3, (debugfile, "Handling FETCH\n")); 
    549549 
    550550  msgno = atoi (s); 
     
    567567  if (!h) 
    568568  { 
    569     dprint (1, (debugfile, "FETCH response ignored for this message\n")); 
     569    dprint (3, (debugfile, "FETCH response ignored for this message\n")); 
    570570    return; 
    571571  }