]> xenbits.xensource.com Git - libvirt.git/commitdiff
* src/virterror.c (virReportErrorHelper): Sync doc to code.
authorJim Meyering <meyering@redhat.com>
Tue, 25 Nov 2008 10:32:27 +0000 (10:32 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 25 Nov 2008 10:32:27 +0000 (10:32 +0000)
ChangeLog
src/virterror.c

index c4f3990dc51525e797518b108eb358d131b80a31..e2f115ec3c424d8ceb447e9f88f3df96308ff6cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Tue Nov 25 11:29:18 +0100 2008 Jim Meyering <meyering@redhat.com>
+Tue Nov 25 11:29:19 +0100 2008 Jim Meyering <meyering@redhat.com>
+
+       * src/virterror.c (virReportErrorHelper): Sync doc to code.
 
        libvirt.c: document the virState* functions
        * src/libvirt.c (virStateActive, virStateCleanup, virStateReload):
index 0723db88f5abd6b2c20dee24eedd5985389260b7..112a19e8a2a99975e454e5ce00fa22f9ddb66190 100644 (file)
@@ -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