fs: Merge split strings
No idea why these were split in the first place... Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
497888cf69
commit
df2e301fee
@ -2248,7 +2248,7 @@ write_tag_3_packet(char *dest, size_t *remaining_bytes,
|
||||
auth_tok->token.password.session_key_encryption_key,
|
||||
crypt_stat->key_size);
|
||||
ecryptfs_printk(KERN_DEBUG,
|
||||
"Cached session key " "encryption key: \n");
|
||||
"Cached session key encryption key:\n");
|
||||
if (ecryptfs_verbosity > 0)
|
||||
ecryptfs_dump_hex(session_key_encryption_key, 16);
|
||||
}
|
||||
|
Reference in New Issue
Block a user