Changeset 635

Show
Ignore:
Timestamp:
07/24/05 17:21:43 (3 years ago)
Author:
jajcus
Message:

- missing comma in a debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/sessions.c

    r630 r635  
    831831        if (!u) return NULL; 
    832832 
    833         debug(L_("User loaded processing his subscriptions.")); 
     833        debug(L_("User loaded, processing his subscriptions.")); 
    834834        for(it=u->contacts;it;it=it->next){ 
    835835                Contact *c;