diff options
Diffstat (limited to 'crates/shirabe/src/util/remote_filesystem.rs')
| -rw-r--r-- | crates/shirabe/src/util/remote_filesystem.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/util/remote_filesystem.rs b/crates/shirabe/src/util/remote_filesystem.rs index e36a174..2a15cf0 100644 --- a/crates/shirabe/src/util/remote_filesystem.rs +++ b/crates/shirabe/src/util/remote_filesystem.rs @@ -951,8 +951,8 @@ impl RemoteFilesystem { self.io.write_error3( &format!( "Following redirect ({}) {}", - PhpMixed::Int(self.redirects), - PhpMixed::String(Url::sanitize(target_url.clone())), + self.redirects, + Url::sanitize(target_url.clone()), ), true, crate::io::DEBUG, |
