~xnox/ubuntu/saucy/lxc/dep8

« back to all changes in this revision

Viewing changes to src/lxc/lxc_init.c

  • Committer: Stéphane Graber
  • Date: 2013-02-18 15:20:18 UTC
  • mto: This revision was merged to the branch mainline in revision 190.
  • Revision ID: stgraber@ubuntu.com-20130218152018-ls2gi9hkqs2kuhj8
Tags: upstream-0.9.0~alpha3
Import upstream version 0.9.0~alpha3

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        if (lxc_caps_init())
80
80
                exit(err);
81
81
 
82
 
        if (lxc_log_init(NULL, 0, basename(argv[0]), quiet))
 
82
        if (lxc_log_init(NULL, "none", 0, basename(argv[0]), quiet))
83
83
                exit(err);
84
84
 
85
85
        if (!argv[optind]) {