Fix print formatting errors

This commit is contained in:
Marcos Lilljedahl
2018-02-24 12:45:41 -03:00
parent da24d3ad6b
commit 6e925c9a85
4 changed files with 3 additions and 4 deletions

View File

@@ -275,7 +275,7 @@ func (s *scheduler) Start() error {
if _, found := s.playgrounds[session.PlaygroundId]; !found {
playground, err := s.storage.PlaygroundGet(session.PlaygroundId)
if err != nil {
log.Printf("Could not find playground %s\n")
log.Printf("Could not find playground %s\n", session.PlaygroundId)
return
}
s.playgrounds[playground.Id] = playground