From 9a7c05d995a650b86f30c8ac8389abbd8c51e02e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Nov 2008 10:32:27 +0000 Subject: [PATCH] * src/virterror.c (virReportErrorHelper): Sync doc to code. --- ChangeLog | 4 +++- src/virterror.c | 6 ++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4f3990dc5..e2f115ec3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Tue Nov 25 11:29:18 +0100 2008 Jim Meyering +Tue Nov 25 11:29:19 +0100 2008 Jim Meyering + + * src/virterror.c (virReportErrorHelper): Sync doc to code. libvirt.c: document the virState* functions * src/libvirt.c (virStateActive, virStateCleanup, virStateReload): diff --git a/src/virterror.c b/src/virterror.c index 0723db88f5..112a19e8a2 100644 --- a/src/virterror.c +++ b/src/virterror.c @@ -747,17 +747,15 @@ virErrorMsg(virErrorNumber error, const char *info) } /** - * virReportErrorHelper + * virReportErrorHelper: * * @conn: the connection to the hypervisor if available - * @dom: the domain if available - * @net: the network if available * @domcode: the virErrorDomain indicating where it's coming from * @errcode: the virErrorNumber code for the error * @filename: Source file error is dispatched from * @funcname: Function error is dispatched from * @linenr: Line number error is dispatched from - * @msg: the message to display/transmit + * @fmt: the format string * @...: extra parameters for the message display * * Helper function to do most of the grunt work for individual driver