From 5dac0856cb400a4f40280e7caae188781dac7b85 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 22 May 2008 06:47:43 +0000 Subject: Made script take current user into account. Generalized some naming stuff. --- client/macro.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/macro.cc') diff --git a/client/macro.cc b/client/macro.cc index 08a956a..d06e4c0 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -64,6 +64,7 @@ void create_macro(QString name) QDomDocument xml_doc; if (!xml_doc.setContent(ba)) { printf("ERROR: Invalid XML recieved!\n"); + fwrite(ba.data(), ba.size(), 1, stdout); } // Initiate the macro builder with the xml document @@ -99,7 +100,7 @@ static QDomDocument xml_request(QString name) printf("macro: %s, cpr: %s, user: %s\n", name.toStdString().c_str(), cpr.toStdString().c_str(), user.toStdString().c_str()); xml_array.append("\n"); xml_array.append("\n"); - xml_array.append(" \n"); + xml_array.append(" \n"); xml_array.append(""); // Print to stdout for debug purposes -- cgit v1.2.3