summaryrefslogtreecommitdiff
path: root/examples/opiecore/opcmciademo/main.cpp
Side-by-side diff
Diffstat (limited to 'examples/opiecore/opcmciademo/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opiecore/opcmciademo/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/opiecore/opcmciademo/main.cpp b/examples/opiecore/opcmciademo/main.cpp
index 3ee22c2..dfc4287 100644
--- a/examples/opiecore/opcmciademo/main.cpp
+++ b/examples/opiecore/opcmciademo/main.cpp
@@ -15,6 +15,8 @@ int main( int argc, char** argv )
while ( sock = it.current() )
{
odebug << "card in socket # " << sock->number() << " is '" << sock->identity() << "'" << oendl;
+ odebug << "card status is " << sock->status() << oendl;
+ odebug << "card function is " << sock->function() << oendl;
++it;
}