aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/shadow32.c
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/x86/shadow32.c')
-rw-r--r--xen/arch/x86/shadow32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/shadow32.c b/xen/arch/x86/shadow32.c
index de7656e674..8f7414a8a7 100644
--- a/xen/arch/x86/shadow32.c
+++ b/xen/arch/x86/shadow32.c
@@ -665,7 +665,7 @@ static void free_shadow_pages(struct domain *d)
shadow_audit(d, 0);
- SH_LOG("Free shadow table.");
+ SH_VLOG("Free shadow table.");
}
void shadow_mode_init(void)
@@ -1137,7 +1137,7 @@ static void free_shadow_ht_entries(struct domain *d)
d->arch.shadow_ht_free = NULL;
ASSERT(d->arch.shadow_extras_count == 0);
- SH_LOG("freed extras, now %d", d->arch.shadow_extras_count);
+ SH_VLOG("freed extras, now %d", d->arch.shadow_extras_count);
if ( d->arch.shadow_dirty_bitmap != NULL )
{