diff options
Diffstat (limited to 'module/zfs/dmu_recv.c')
-rw-r--r-- | module/zfs/dmu_recv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/zfs/dmu_recv.c b/module/zfs/dmu_recv.c index ac27c98be..6249e165f 100644 --- a/module/zfs/dmu_recv.c +++ b/module/zfs/dmu_recv.c @@ -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, " "); } /* |