aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2010-09-05 21:55:37 +0200
committerJeremy Henty <onepoint@starurchin.org>2010-09-05 21:55:37 +0200
commit96c964c385281d986922a3cc9e0486ffdbc355ca (patch)
tree1168376ec229be088a3d1288d71f8b6f31c19c45 /src/cache.c
parent6734ea00426cc35bf360f8eb1efd4f6ea1063d8b (diff)
consistent screaming quotes
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cache.c b/src/cache.c
index fcd27a05..078f4bbd 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -932,7 +932,7 @@ static int Cache_redirect(CacheEntry_t *entry, int Flags, BrowserWindow *bw)
(entry->Flags & CA_ForceRedirect || entry->Flags & CA_TempRedirect ||
!entry->Data->len || entry->Data->len < 1024)) {
- _MSG(">>>Redirect from: %s\n to %s\n",
+ _MSG(">>>> Redirect from: %s\n to %s <<<<\n",
URL_STR_(entry->Url), URL_STR_(entry->Location));
_MSG("%s", entry->Header->str);
@@ -946,9 +946,9 @@ static int Cache_redirect(CacheEntry_t *entry, int Flags, BrowserWindow *bw)
} else {
/* Sub entity redirection (most probably an image) */
if (!entry->Data->len) {
- _MSG(">>>Image redirection without entity-content<<<\n");
+ _MSG(">>>> Image redirection without entity-content <<<<\n");
} else {
- _MSG(">>>Image redirection with entity-content<<<\n");
+ _MSG(">>>> Image redirection with entity-content <<<<\n");
}
}
}