misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-08-21 15:23:00 +02:00
commit bb49de4476
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -160,7 +160,7 @@ func (m *SessionModule) SetRunning(running bool, cb func()) error {
case <-done:
return nil
case <-time.After(10 * time.Second):
fmt.Printf("%s: Stopping module %s timed out.", core.Yellow(core.Bold("WARNING")), m.Name)
fmt.Printf("%s: Stopping module %s timed out.\n", core.Yellow(core.Bold("WARNING")), m.Name)
}
}
}