diff --git a/htroot/EditProfile_p.html b/htroot/EditProfile_p.html index 0cc6ee3bf..4c3803e9e 100644 --- a/htroot/EditProfile_p.html +++ b/htroot/EditProfile_p.html @@ -39,7 +39,7 @@ You do not need to provide any personal data here, but if you want to distribute ICQ - + Jabber diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index 4882464e1..e1bd65c7d 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -41,7 +41,7 @@ The peer #[peername]# is not online. ICQ -#(icq)# ::#[value]##(/icq)# +#(icq)# ::#[value]##(/icq)# Jabber diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index e3776e94e..28d08d7fc 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -838,7 +838,7 @@ public class plasmaSwitchboard extends serverAbstractSwitch implements serverSwi return; } cacheLoader.loadParallel(urlEntry.url(), urlEntry.referrerHash(), initiator, urlEntry.depth(), profile); - log.logInfo("LOCALCRAWL[" + noticeURL.localStackSize() + ", " + noticeURL.remoteStackSize() + "]: enqueed for load " + urlEntry.url()); + log.logInfo("LOCALCRAWL[" + noticeURL.localStackSize() + ", " + noticeURL.remoteStackSize() + "]: enqueued for load " + urlEntry.url()); } private boolean processGlobalCrawling(plasmaCrawlNURL.entry urlEntry) {