Skip to content

Commit

Permalink
disk cache: Fix warning message indents
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Nov 16, 2023
1 parent ff4720c commit 321ed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datastore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@ function setup_global_device!(cfg::DiskCacheConfig)
# This detects if a disk cache was already set up
@warn(
"Setting the disk cache config when one is already set will lead to " *
"unexpected behavior and likely cause issues. Please restart the process" *
"before changing the disk cache configuration." *
"unexpected behavior and likely cause issues. Please restart the process " *
"before changing the disk cache configuration. " *
"If this warning is unexpected you may need to " *
"clear the `JULIA_MEMPOOL_EXPERIMENTAL_FANCY_ALLOCATOR` ENV."
)
Expand Down

0 comments on commit 321ed88

Please sign in to comment.