[libvirt] [PATCH] fix changelog

Hi, I broke "make syntax-check" by forgetting to set a C locale. O.k. to apply: diff --git a/ChangeLog b/ChangeLog index 18845e1..96ac44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Do Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> +Thu Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> * src/qemu_driver.c (qemudMonitorCommandExtra): don't log monitor output to domain log file. It's logged via the logging system @@ -10,7 +10,7 @@ Do Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> qemudDomainMemoryPeek, qemudDomainMigratePerform): prefix monitor debug output with vm name. -Do Apr 16 16:48:51 CEST 2009 Guido Günther <agx@sigxcpu.org> +Thu Apr 16 16:48:51 CEST 2009 Guido Günther <agx@sigxcpu.org> * src/qemud.c (remoteReadConfigFile): don't hardcode buffer for getgrnam_r to 1024 bytes and increase it on ERANGE. Would we make a changelog entry for modifying the changelog? -- Guido

On Thu, Apr 16, 2009 at 07:17:46PM +0200, Guido Günther wrote:
Hi, I broke "make syntax-check" by forgetting to set a C locale. O.k. to apply:
okay
diff --git a/ChangeLog b/ChangeLog index 18845e1..96ac44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Do Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> +Thu Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org>
* src/qemu_driver.c (qemudMonitorCommandExtra): don't log monitor output to domain log file. It's logged via the logging system @@ -10,7 +10,7 @@ Do Apr 16 17:48:30 CEST 2009 Guido Günther <agx@sigxcpu.org> qemudDomainMemoryPeek, qemudDomainMigratePerform): prefix monitor debug output with vm name.
-Do Apr 16 16:48:51 CEST 2009 Guido Günther <agx@sigxcpu.org> +Thu Apr 16 16:48:51 CEST 2009 Guido Günther <agx@sigxcpu.org>
* src/qemud.c (remoteReadConfigFile): don't hardcode buffer for getgrnam_r to 1024 bytes and increase it on ERANGE.
Would we make a changelog entry for modifying the changelog?
Err, no :-) Usually when I notice such problem I fix them along the next commit. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/

On Fri, Apr 17, 2009 at 10:00:29AM +0200, Daniel Veillard wrote:
On Thu, Apr 16, 2009 at 07:17:46PM +0200, Guido Günther wrote:
Hi, I broke "make syntax-check" by forgetting to set a C locale. O.k. to apply:
okay Committed. The problem here is that one usually runs "make syntax-check" before submitting the patch to the list. I have to remember running it again after writing the ChangeLog entry. Cheers, -- Guido
participants (2)
-
Daniel Veillard
-
Guido Günther