Skip to content

Commit

Permalink
Windows: SETERROR debug print is noisy
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <lundman@lundman.net>
  • Loading branch information
lundman committed Oct 23, 2023
1 parent 13b4945 commit c8dbc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/spa_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spa_mode_t spa_mode_global = SPA_MODE_UNINIT;
* Everything except dprintf, set_error, spa, and indirect_remap is on
* by default in debug builds.
*/
int zfs_flags = ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR;
int zfs_flags = ZFS_DEBUG_DPRINTF;
#else
int zfs_flags = 0;
#endif
Expand Down

0 comments on commit c8dbc25

Please sign in to comment.