]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/principal.cpp
- Se completa un poco la doc del cliente.
[z.facultad/75.42/plaqui.git] / Client / src / principal.cpp
index 62f546254bb1e10275665c9bb0a887026f6899be..89caf8233ccf2161847e4119c618a0354b10b35d 100644 (file)
@@ -808,7 +808,7 @@ void Principal::read_status_xml(const std::string &frame)
        xmlDocPtr document;
        document = xmlParseMemory(frame.c_str(),frame.size());
        if (document == NULL) {
-               std::cout << "read_status_xml::no se creo documento" << std::endl;
+               txt_view->get_buffer()->insert(txt_view->get_buffer()->begin(), "ERROR : No se pudo leer el Ășltimo frame!\n");
                return;
        }