diff --git a/tests/transport.c b/tests/transport.c index eae8971..7d6a7bb 100644 --- a/tests/transport.c +++ b/tests/transport.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2013 Pierre Pronchery */ /* 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; }