Added debugging information

This commit is contained in:
Pierre Pronchery 2013-01-08 03:15:42 +01:00
parent a9653adb3f
commit bc6c472588

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2012 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2012-2013 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libApp */
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -127,6 +127,9 @@ static int _transport(char const * protocol, char const * name)
static AppTransportClient * _transport_helper_client_new(
AppTransport * transport)
{
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s()\n", __func__);
#endif
/* FIXME really implement */
return (AppTransportClient*)transport;
}