diff --git a/app/app.go b/app/app.go index 64c7336..9482bf3 100644 --- a/app/app.go +++ b/app/app.go @@ -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)