diff --git a/internal/graphicscommand/command.go b/internal/graphicscommand/command.go index d8b6ae7b5..f55afac1f 100644 --- a/internal/graphicscommand/command.go +++ b/internal/graphicscommand/command.go @@ -619,7 +619,7 @@ type newImageCommand struct { } func (c *newImageCommand) String() string { - return fmt.Sprintf("new-image: result: %d, width: %d, height: %d", c.result.id, c.width, c.height) + return fmt.Sprintf("new-image: result: %d, width: %d, height: %d, screen: %t", c.result.id, c.width, c.height, c.screen) } // Exec executes a newImageCommand.