Skip to content

Commit e99a8d1

Browse files
committed
Update error message
1 parent f55ba47 commit e99a8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/lib/src/fs/server.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ impl FileServer {
360360
self.rewrites.push(Arc::new(rewrite));
361361
} else {
362362
error!(
363-
"Attempted to insert multiple of the same rewrite `{}` on a FileServer",
363+
"Attempted to insert multiple of the same rewrite `{}` on a FileServer.\n\
364+
Adding a rewrite that doesn't support duplicate rewrites is ignored",
364365
rewrite.name()
365366
);
366367
}

0 commit comments

Comments
 (0)