~ubuntu-branches/ubuntu/precise/evolution-data-server/precise

« back to all changes in this revision

Viewing changes to camel/providers/imapx/camel-imapx-utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-27 11:45:30 UTC
  • mfrom: (1.1.90 upstream)
  • Revision ID: james.westby@ubuntu.com-20110727114530-v4ntbu728os68b0b
Tags: 3.1.4-0ubuntu1
* New upstream version.
* debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: drop, included in
  the upstream 3.1.4 tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
#define camel_debug_flag(type) (camel_imapx_debug_flags & CAMEL_IMAPX_DEBUG_ALL & CAMEL_IMAPX_DEBUG_ ## type)
273
273
#define camel_imapx_debug(type, tagprefix, fmt, ...) do {               \
274
274
                if (camel_debug_flag (type))                            \
275
 
                        printf("[imapx:%c] " fmt, tagprefix , ##__VA_ARGS__); \
 
275
                        printf ("[imapx:%c] " fmt, tagprefix , ##__VA_ARGS__); \
276
276
        } while (0)
277
277
 
278
278
/* ********************************************************************** */