Groupwatch wasn't resuming at the correct percentage
(#70)
* groupwatch wasn't resuming at the correct percentage
the assignment was backward when checking the state. instead of assigning the startPct (aka the resume value) it was assigning the stopPct (aka the pause pulls value)
could have either flipped the assignments or just switched from == to ~=
* moved debug to verbose so its less chatty by default
* renamed the var's so its easier to understand
also changed logging from %s to %d for the numbers.
commented the variable name to help