summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler/sanitize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/sanitize.go b/crawler/sanitize.go
index e0b744e..2fef9a4 100644
--- a/crawler/sanitize.go
+++ b/crawler/sanitize.go
@@ -55,7 +55,7 @@ func sanitize_offer(angebote []Angebot, shop Shop, try int) []Angebot {
}
if len(W) < 1 {
- log.Warn(fmt.Sprintf(`Sanitizer: No results for shop: "%s" (%d.) try`, shop.Name, try))
+ log.Warn(fmt.Sprintf(`Sanitizer: No results for shop: '%s' (%d.) try`, shop.Name, try))
}
return W