Merge pull request #243 from dehnhardt/master

corrected the message when transport is in an unexpected state while …
This commit is contained in:
Stéphane Letz 2016-12-20 20:24:33 +01:00 committed by GitHub
commit be36f54b0e
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static void com_toggle(char *arg)
fprintf(stderr, "state: Starting - no transport toggling");
break;
default:
fprintf(stderr, "state: Starting - no transport toggling");
fprintf(stderr, "unexpected state: no transport toggling");
}
}