diff options
author | deva <deva> | 2010-07-05 09:01:54 +0000 |
---|---|---|
committer | deva <deva> | 2010-07-05 09:01:54 +0000 |
commit | fbba835d7efaa4ee1d28bf5c7e2232e53d84af5e (patch) | |
tree | 5b71566f174143fea11e21e0c034bd6a1026c03d /server/src/httpd.cc | |
parent | 71318f4e56dd1467b071404c61f686745cf3dfc4 (diff) |
Remove PRACRO_ prefix from debug macros.
Diffstat (limited to 'server/src/httpd.cc')
-rw-r--r-- | server/src/httpd.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/httpd.cc b/server/src/httpd.cc index e3c287e..e47cefc 100644 --- a/server/src/httpd.cc +++ b/server/src/httpd.cc @@ -176,7 +176,7 @@ void Httpd::listen(unsigned short int port, MHD_OPTION_END); if(!d) { - //PRACRO_ERR(server, "Failed to initialise MHD_start_daemon!\n"); + //ERR(server, "Failed to initialise MHD_start_daemon!\n"); return; } } @@ -198,7 +198,7 @@ void Httpd::listen_ssl(unsigned short int port, MHD_OPTION_END); if(!d_ssl) { - // PRACRO_ERR(server, "Failed to initialise MHD_start_daemon!\n"); + //ERR(server, "Failed to initialise MHD_start_daemon!\n"); return; } } |