From 2e4de7bb1dcdf34bce1769c34c7cd42fb64637e2 Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 26 Jul 2013 20:39:19 +0300
Subject: [PATCH] Debug.

---
 stglibs/srvconf.lib/servconf.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/stglibs/srvconf.lib/servconf.cpp b/stglibs/srvconf.lib/servconf.cpp
index 0ca3028c..078466d7 100644
--- a/stglibs/srvconf.lib/servconf.cpp
+++ b/stglibs/srvconf.lib/servconf.cpp
@@ -379,6 +379,7 @@ return st_ok;
 //-----------------------------------------------------------------------------
 int SERVCONF::Start(const char *el, const char **attr)
 {
+printfd(__FILE__, "<%s>\n", el);
 currParser->ParseStart(el, attr);
 return 0;
 }
-- 
2.44.2