Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
6f79662e
Commit
6f79662e
authored
Jun 26, 2013
by
Uwe Schulzweida
Browse files
gridChangeType: write Message if CDI_Debug is set
parent
8bb7ff8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
6f79662e
...
...
@@ -2171,9 +2171,8 @@ void gridChangeType(int gridID, int gridtype)
grid_check_ptr
(
gridID
,
gridptr
);
Message
(
"Changed grid type from %s to %s"
,
gridNamePtr
(
gridptr
->
type
),
gridNamePtr
(
gridtype
));
if
(
CDI_Debug
)
Message
(
"Changed grid type from %s to %s"
,
gridNamePtr
(
gridptr
->
type
),
gridNamePtr
(
gridtype
));
gridptr
->
type
=
gridtype
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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