mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-25 14:42:52 +00:00
remove redundant log
This commit is contained in:
@@ -63,10 +63,8 @@ json_t *
|
|||||||
seaf_mq_manager_pop_event (SeafMqManager *mgr, const char *channel)
|
seaf_mq_manager_pop_event (SeafMqManager *mgr, const char *channel)
|
||||||
{
|
{
|
||||||
GAsyncQueue *async_queue = g_hash_table_lookup (mgr->priv->chans, channel);
|
GAsyncQueue *async_queue = g_hash_table_lookup (mgr->priv->chans, channel);
|
||||||
if (!async_queue) {
|
if (!async_queue)
|
||||||
seaf_warning ("Unkonwn message channel %s.\n", channel);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
|
||||||
|
|
||||||
return g_async_queue_try_pop (async_queue);
|
return g_async_queue_try_pop (async_queue);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user