Skip to content

Commit

Permalink
Fix typos in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
runarbu committed Jul 30, 2013
1 parent 09d26b6 commit da7f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crawlManager2/main.c
Expand Up @@ -817,7 +817,7 @@ int documentAdd(struct collectionFormat *collection, struct crawldocumentAddForm
crawldocumentAdd->attributes)
) {

bblog(ERROR, "can't sent to bbdn! Tryed to send doc \"%s\" Will sleep and then reconect. Wont send same doc again.",(*crawldocumentAdd).documenturi);
bblog(ERROR, "can't send document to document manager! Tried to send document \"%s\" Will sleep and then reconnect. Won't send the same document again.",(*crawldocumentAdd).documenturi);

//ber om å lokke sokketen. Dette er ikke det samme som å steneg kollectionen.
bbdn_close((*collection).socketha);
Expand Down

0 comments on commit da7f19a

Please sign in to comment.