Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
4cddb62c
Commit
4cddb62c
authored
Aug 23, 2007
by
Browse files
removed an annoying printf
git-svn-id:
file:///home/svn/mapi/trunk@1294
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
3ce64ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mapid.c
View file @
4cddb62c
...
...
@@ -1867,7 +1867,7 @@ cmd_stats (char *device, int pid, MAPI_UNUSED uid_t uid, int sock) /*removed id,
if
(
drv
->
device
!=
NULL
)
if
(
strcmp
(
dev
,
drv
->
device
)
==
0
)
{
DEBUG_CMD
(
Debug_Message
(
"Using driver %s for %s"
,
drv
->
name
,
dev
));
//
DEBUG_CMD(Debug_Message("Using driver %s for %s", drv->name, dev));
break
;
}
}
...
...
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