Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
a532dbd1
Commit
a532dbd1
authored
Dec 09, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qmon console messages modified
parent
a98a9242
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
src/changelog.txt
src/changelog.txt
+2
-1
src/exe/rt_qmon/src/rt_qmon.c
src/exe/rt_qmon/src/rt_qmon.c
+2
-2
wb/changelog.txt
wb/changelog.txt
+4
-1
No files found.
src/changelog.txt
View file @
a532dbd1
...
...
@@ -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
src/exe/rt_qmon/src/rt_qmon.c
View file @
a532dbd1
...
...
@@ -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
);
}
...
...
wb/changelog.txt
View file @
a532dbd1
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment