Add missing \n.
Reported by: marck
This commit is contained in:
parent
7746b6461d
commit
8a2c4db0fe
@ -341,7 +341,7 @@ mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db)
|
||||
zap->zap_m.zap_num_entries++;
|
||||
else {
|
||||
printf("ZFS WARNING: Duplicated ZAP "
|
||||
"entry detected (%s).",
|
||||
"entry detected (%s).\n",
|
||||
mze->mze_name);
|
||||
}
|
||||
zap_name_free(zn);
|
||||
|
Loading…
Reference in New Issue
Block a user