Commit ac0cb74f by Iwasaki Yudai

Log PermitWrite mode

1 parent a765d6c6
Showing with 4 additions and 0 deletions
......@@ -54,6 +54,10 @@ func New(options Options) (*App, error) {
}
func (app *App) Run() error {
if app.options.PermitWrite {
log.Printf("Permitting clients to write input to the PTY.")
}
path := ""
if app.options.RandomUrl {
path += "/" + generateRandomString(8)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!