Commit a532dbd1 authored by Claes Sjofors's avatar Claes Sjofors

qmon console messages modified

parent a98a9242
......@@ -124,4 +124,5 @@
091005 cs statusmon Change node dialog and language support added. Some documentation.
091014 cs doc Links in Designer's Guide updated and code format added in html version.
091020 cs co wow_CreateList now with variable text size.
091111 cs gdh Bugfix in nethandler SetObjectInfo and GetObjectInfo.
\ No newline at end of file
091111 cs gdh Bugfix in nethandler SetObjectInfo and GetObjectInfo.
091209 cs co Command line interpreter, command not converted to upper case any more.
\ No newline at end of file
......@@ -443,13 +443,13 @@ main (int argc, char *argv[])
// sts = thread_Wait(NULL); /* Wait forever */
set_status( PWR__SRVTERM);
errh_Info("pwr_qmon says: I will soon die, %m", sts);
errh_Info("Closing down, %m", sts);
cancel_links();
thread_Cancel(&l.import.thread);
thread_Cancel(&l.export.thread);
qcom_Exit(&sts);
errh_Info("pwr_qmon says: I will now die! Goodbye cruel world!");
errh_Info("Exiting");
exit(QCOM__SUCCESS);
}
......
......@@ -145,4 +145,7 @@
091021 cs wb Crossreferences on channels added.
091028 cs wb Syntax check works again with new check functions, and SyntaxCheck in configurator popup menu.
091030 cs wb History log in wb.
091104 cs wb Build method for WebGraph objects added.
\ No newline at end of file
091104 cs wb Build method for WebGraph objects added.
091208 cs wb PostCreate methods for Channels added to set default number and representation.
091208 cs wb Default name for created objects in wtt fetched from name of previous sibling.
091209 cs wb ConnectAttribute method added to SevHist.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment