Geir O. Jensen writes:

 > PRESENCE:mod_init: Wrong version v1 for table <presentity>, need v0
 > 
 > ... :-/
 > 
 > Now what.

same here.  while checking the code, i noticed that error messages for
all version checks are always the same:

                LOG(L_ERR,"PRESENCE:mod_init: Wrong version v%d for table <%s>,"
                                " need v%d\n", ver, presentity_table, 
S_TABLE_VERSION);

although each test tests a different table.  so it is hard to tell
which table actually has wrong version number, if any.

-- juha

_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to