]> xenbits.xensource.com Git - libvirt.git/commit
networkStartNetwork: Be more verbose
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 31 Jan 2014 14:36:13 +0000 (15:36 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Feb 2014 10:47:24 +0000 (11:47 +0100)
commite209c077605831ac8ce2fe5c6dce6a177e7f5083
treed6b741e90eb30e40ce688c2465a4e317f8679128
parent600bca592b2352b683856f4b7f2694f366feac36
networkStartNetwork: Be more verbose

The lack of debug printings might be frustrating in the future.
Moreover, this function doesn't follow the usual pattern we have in the
rest of the code:

  int ret = -1;
  /* do some work */
  ret = 0;
cleanup:
  /* some cleanup work */
  return ret;

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/network/bridge_driver.c