mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
da5cbea7b1
commit
bb49de4476
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue