From 17cd7a9496de262b73729b46edd7735851b02dca Mon Sep 17 00:00:00 2001
From: nielash <nielronash@gmail.com>
Date: Mon, 22 Apr 2024 19:16:36 -0400
Subject: [PATCH] quatrix: fix f.String() not including subpath

---
 backend/quatrix/quatrix.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/quatrix/quatrix.go b/backend/quatrix/quatrix.go
index ba15225b3..34c5db8c0 100644
--- a/backend/quatrix/quatrix.go
+++ b/backend/quatrix/quatrix.go
@@ -349,7 +349,7 @@ func (f *Fs) Root() string {
 
 // String converts this Fs to a string
 func (f *Fs) String() string {
-	return f.description
+	return f.description + " at " + f.root
 }
 
 // Precision return the precision of this Fs