Add missing \n.

Reported by:	marck
This commit is contained in:
Pawel Jakub Dawidek 2009-09-13 17:30:56 +00:00
parent 7746b6461d
commit 8a2c4db0fe

View File

@ -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);