]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/dmu_recv.c
Enable compiler to typecheck logging
[mirror_zfs.git] / module / zfs / dmu_recv.c
index ac27c98be10339608fac120501408c8efe07ec90..6249e165fa5df0b210536c089f68c7f839007470 100644 (file)
@@ -915,7 +915,7 @@ dmu_recv_begin_sync(void *arg, dmu_tx_t *tx)
 
        drba->drba_cookie->drc_ds = newds;
 
-       spa_history_log_internal_ds(newds, "receive", tx, "");
+       spa_history_log_internal_ds(newds, "receive", tx, " ");
 }
 
 static int
@@ -1093,7 +1093,7 @@ dmu_recv_resume_begin_sync(void *arg, dmu_tx_t *tx)
 
        drba->drba_cookie->drc_ds = ds;
 
-       spa_history_log_internal_ds(ds, "resume receive", tx, "");
+       spa_history_log_internal_ds(ds, "resume receive", tx, " ");
 }
 
 /*