1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2009-12-31 19:28:27 +01:00
parent b00a28cbfa
commit 7c9a7e82dd
4 changed files with 17 additions and 2 deletions

View file

@ -70,7 +70,7 @@ int msg(string source, string method, string data,
return ::msg(source, method, data, vars, showingLog, target);
#else // }}}
{
P2(("%O ist nicht interactive\n", ME))
P2(("%O is not interactive (no network connection)\n", ME))
if (!member(vars, "_source"))
vars["_source"] = UNIFORM(source);
// this stuff is causing loops and i don't know how to fix it right now

View file

@ -28,7 +28,7 @@ parse(string body, mapping headers) {
P4((body))
//#endif
unless (pointerp(wurst = parse_json(body))) {
monitor_report("_failure_network_fetch_twitter_empty",
monitor_report("_failure_network_fetch_twitter_broken",
"[_source] failed to parse its timeline");
return;
}