mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 05:24:44 -05: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
+1
-1
@@ -93,7 +93,7 @@ unsigned int virTestGetRegenerate(void);
|
||||
fprintf(stderr, __VA_ARGS__); \
|
||||
} while (0)
|
||||
|
||||
char *virtTestLogContentAndReset(void);
|
||||
char *virTestLogContentAndReset(void);
|
||||
|
||||
void virtTestQuiesceLibvirtErrors(bool always);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user