comparison src/protocols/sametime/meanwhile/srvc_store.c @ 11586:03cd74ca2562

[gaim-migrate @ 13856] clean up some compile warnings committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 Oct 2005 16:50:08 +0000
parents 3ef77720e577
children e8585a330636
comparison
equal deleted inserted replaced
11585:46265a317bd3 11586:03cd74ca2562
165 static void request_trigger(struct mwServiceStorage *srvc, 165 static void request_trigger(struct mwServiceStorage *srvc,
166 struct mwStorageReq *req) { 166 struct mwStorageReq *req) {
167 167
168 struct mwStorageUnit *item = req->item; 168 struct mwStorageUnit *item = req->item;
169 169
170 g_message("storage request %s: key = 0x%x, result = 0x%x, length = %u", 170 g_message("storage request %s: key = 0x%x, result = 0x%x, length = %" G_GSIZE_FORMAT,
171 action_str(req->action), 171 action_str(req->action),
172 item->key, req->result_code, item->data.len); 172 item->key, req->result_code, item->data.len);
173 173
174 if(req->cb) 174 if(req->cb)
175 req->cb(srvc, req->result_code, item, req->data); 175 req->cb(srvc, req->result_code, item, req->data);