|
@@ -32,9 +32,8 @@
|
|
#define GUEST_FILE_READ_COUNT_MAX (48 * MiB)
|
|
#define GUEST_FILE_READ_COUNT_MAX (48 * MiB)
|
|
|
|
|
|
/* Note: in some situations, like with the fsfreeze, logging may be
|
|
/* Note: in some situations, like with the fsfreeze, logging may be
|
|
- * temporarilly disabled. if it is necessary that a command be able
|
|
|
|
- * to log for accounting purposes, check ga_logging_enabled() beforehand,
|
|
|
|
- * and use the QERR_QGA_LOGGING_DISABLED to generate an error
|
|
|
|
|
|
+ * temporarily disabled. if it is necessary that a command be able
|
|
|
|
+ * to log for accounting purposes, check ga_logging_enabled() beforehand.
|
|
*/
|
|
*/
|
|
void slog(const gchar *fmt, ...)
|
|
void slog(const gchar *fmt, ...)
|
|
{
|
|
{
|