From e924e9d5c12ca2be8d2b4809ae797bf3687651af Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 22 Oct 2008 18:58:20 +0000 Subject: [PATCH] Branch HEAD Fix debug message. --- lustre/mdt/mdt_identity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_identity.c b/lustre/mdt/mdt_identity.c index ef0534e..3243e65 100644 --- a/lustre/mdt/mdt_identity.c +++ b/lustre/mdt/mdt_identity.c @@ -138,7 +138,7 @@ static int mdt_identity_do_upcall(struct upcall_cache *cache, snprintf(keystr, sizeof(keystr), LPU64, entry->ue_key); - CDEBUG(D_INFO, "The upcall is: %s \n", cache->uc_upcall); + CDEBUG(D_INFO, "The upcall is: '%s'\n", cache->uc_upcall); rc = USERMODEHELPER(argv[0], argv, envp); if (rc < 0) { -- 1.8.3.1