Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.
fix(watcher): downgrade expected startup warning to debug
During startup, locations are loaded from the database before the FsWatcher service connects. This triggers a warn!() for every location saying "FsWatcher not connected". However, PersistentEventHandler::start() has a recovery mechanism that re-registers all locations once the watcher is connected, so this is expected behavior, not an actual error. Change warn!() to debug!() and clarify the message to indicate the deferred registration will happen on start(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
S
slvnlrt committed
816e641648028652eabe9b835ee9c07577033715
Parent: 9cf7333