~ubuntu-branches/ubuntu/maverick/libvirt/maverick

« back to all changes in this revision

Viewing changes to src/openvz_driver.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-06-25 18:51:21 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream) (0.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20080625185121-8dku38gpoluks1bx
Tags: upstream-0.4.4
ImportĀ upstreamĀ versionĀ 0.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
int openvzRegister(void);
45
45
 
46
46
#define openvzLog(level, msg...) { if(level == OPENVZ_WARN) \
47
 
                                        fprintf(stderr, "\nWARNING: ");\
48
 
                                else \
49
 
                                        fprintf(stderr, "\nERROR: ");\
50
 
                                fprintf(stderr, "\n\t");\
51
 
                                fprintf(stderr, msg);\
52
 
                                fprintf(stderr, "\n"); }
 
47
                                        fprintf(stderr, "\nWARNING: ");\
 
48
                                else \
 
49
                                        fprintf(stderr, "\nERROR: ");\
 
50
                                fprintf(stderr, "\n\t");\
 
51
                                fprintf(stderr, msg);\
 
52
                                fprintf(stderr, "\n"); }
53
53
 
54
54
#endif
55
 
 
56
 
 
57
 
/*
58
 
 * Local variables:
59
 
 *  indent-tabs-mode: nil
60
 
 *  c-indent-level: 4
61
 
 *  c-basic-offset: 4
62
 
 *  tab-width: 4
63
 
 * End:
64
 
 */