mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Rename virtTestLogContentAndReset to virTestLogContentAndReset.
This function doesn't follow our convention of naming functions.
This commit is contained in:
committed by
John Ferlan
parent
327b844341
commit
d77e453a01
@@ -768,7 +768,7 @@ virtTestLogClose(void *data)
|
||||
/* Return a malloc'd string (possibly with strlen of 0) of all data
|
||||
* logged since the last call to this function, or NULL on failure. */
|
||||
char *
|
||||
virtTestLogContentAndReset(void)
|
||||
virTestLogContentAndReset(void)
|
||||
{
|
||||
char *ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user