Added debugging information
This commit is contained in:
parent
a9653adb3f
commit
bc6c472588
|
@ -1,5 +1,5 @@
|
||||||
/* $Id$ */
|
/* $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 file is part of DeforaOS System libApp */
|
||||||
/* This program is free software: you can redistribute it and/or modify
|
/* 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
|
* 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(
|
static AppTransportClient * _transport_helper_client_new(
|
||||||
AppTransport * transport)
|
AppTransport * transport)
|
||||||
{
|
{
|
||||||
|
#ifdef DEBUG
|
||||||
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
|
#endif
|
||||||
/* FIXME really implement */
|
/* FIXME really implement */
|
||||||
return (AppTransportClient*)transport;
|
return (AppTransportClient*)transport;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user