2
0

Newline after the error message, or url gets concatenated with the stack trace

This commit is contained in:
Patrick Mylund Nielsen
2012-02-12 01:42:57 +01:00
parent b95b9110a4
commit ef0ef15586
+2 -1
View File
@@ -209,7 +209,8 @@ Information: %v
The cache will not be saved. The cache will not be saved.
Please report under what conditions this happened, and particularly what special type of objects Please report under what conditions this happened, and particularly what special type of objects
were stored in cache, at https://github.com/pmylund/go-cache/issues/new`, x) were stored in cache, at https://github.com/pmylund/go-cache/issues/new
`, x)
} }
}() }()
for _, v := range c.Items { for _, v := range c.Items {