Skip to content

Commit e0fa11b

Browse files
Update src/remote.ts
Co-authored-by: Asher <ash@coder.com>
1 parent bad7f74 commit e0fa11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/remote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ export class Remote {
557557
}
558558

559559
await fs.mkdir(logDir, { recursive: true })
560-
this.storage.writeToCoderOutputChannel(`Your logs are being written to ${logDir}`)
560+
this.storage.writeToCoderOutputChannel(`SSH proxy diagnostics are being written to ${logDir}`)
561561
return ` --log-dir ${escape(logDir)}`
562562
}
563563

0 commit comments

Comments
 (0)