]> Pileus Git - ~andy/linux/blobdiff - fs/cifs/cifs_spnego.c
cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
[~andy/linux] / fs / cifs / cifs_spnego.c
index b7ae3cb55549f902f7b225b42dc14b7f2ca5c0d3..a3e932547617ea016ebb59ff2c9aa738d157153b 100644 (file)
@@ -163,7 +163,7 @@ cifs_get_spnego_key(struct cifs_ses *sesInfo)
        dp = description + strlen(description);
        sprintf(dp, ";pid=0x%x", current->pid);
 
-       cFYI(1, "key description = %s", description);
+       cifs_dbg(FYI, "key description = %s\n", description);
        spnego_key = request_key(&cifs_spnego_key_type, description, "");
 
 #ifdef CONFIG_CIFS_DEBUG2