/*
* veth.c: Tools for managing veth pairs
*
+ * Copyright (C) 2010 Red Hat, Inc.
* Copyright IBM Corp. 2008
*
* See COPYING.LIB for the License of this software
* Prevent overwriting an error log which may be set
* where an actual failure occurs.
*/
- VIR_DEBUG(_("Failed to delete '%s' (%d)"),
+ VIR_DEBUG("Failed to delete '%s' (%d)",
veth, WEXITSTATUS(cmdResult));
rc = -1;
}
* Prevent overwriting an error log which may be set
* where an actual failure occurs.
*/
- VIR_DEBUG(_("Failed to disable '%s' (%d)"),
+ VIR_DEBUG("Failed to disable '%s' (%d)",
veth, WEXITSTATUS(cmdResult));
else
vethError(VIR_ERR_INTERNAL_ERROR,