[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] x86/mm: drop pointless use of __FUNCTION__
commit 341e8c0b7a13fa5e23337e77b6df202c79e088da Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Fri Sep 2 14:22:28 2016 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Fri Sep 2 14:22:28 2016 +0200 x86/mm: drop pointless use of __FUNCTION__ Non-debugging message text should be (and is here) distinguishable without also logging function names. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- xen/arch/x86/mm/paging.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen/arch/x86/mm/paging.c b/xen/arch/x86/mm/paging.c index 107fc8c..cc44682 100644 --- a/xen/arch/x86/mm/paging.c +++ b/xen/arch/x86/mm/paging.c @@ -469,8 +469,9 @@ static int paging_log_dirty_op(struct domain *d, peek = 0; if ( unlikely(d->arch.paging.log_dirty.failed_allocs) ) { - printk("%s: %d failed page allocs while logging dirty pages\n", - __FUNCTION__, d->arch.paging.log_dirty.failed_allocs); + printk(XENLOG_WARNING + "%u failed page allocs while logging dirty pages of d%d\n", + d->arch.paging.log_dirty.failed_allocs, d->domain_id); rv = -ENOMEM; goto out; } -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |