good morning!!!!

Skip to content
Snippets Groups Projects
Commit e4eff9f3 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Util: Fixing formatting error while printing QL's error messages.

parent d5effe1f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ func (self *Debug) Print() {
}
if len(self.Args) > 0 {
s = append(s, fmt.Sprintf(`ARG: %s`, self.Args))
s = append(s, fmt.Sprintf(`ARG: %v`, self.Args))
}
if self.Err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment