good morning!!!!

Skip to content
Snippets Groups Projects
Commit fabcac2d authored by Garet Halliday's avatar Garet Halliday
Browse files

x

parent fd4d380b
Branches
Tags
No related merge requests found
...@@ -35,6 +35,7 @@ func NewSink(id uuid.UUID) *Sink { ...@@ -35,6 +35,7 @@ func NewSink(id uuid.UUID) *Sink {
func (T *Sink) schedule(j job.Stalled) bool { func (T *Sink) schedule(j job.Stalled) bool {
if T.active == j.User { if T.active == j.User {
log.Printf("couldn't schedule because user %v is active", j.User) log.Printf("couldn't schedule because user %v is active", j.User)
panic("hmmmm")
return false return false
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment