userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp
branchRCL_3
changeset 87 2f92ad2dc5db
parent 33 0173bcd7697c
child 97 41f0cfe18c80
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp	Mon Mar 15 12:45:50 2010 +0200
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp	Wed Mar 31 23:38:45 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of the License "Eclipse Public License v1.0"
@@ -129,6 +129,7 @@
         User::Leave(KErrNotSupported);
         break;
     default:
+        __SCSIPRINT(_L("INQUIRY Command returned KErrUnknown"));
         User::Leave(KErrUnknown);
         break;
         }
@@ -150,6 +151,7 @@
         User::Leave(KErrNotSupported);
         break;
     default:
+        __SCSIPRINT(_L("INQUIRY Command returned KErrUnknown"));
         User::Leave(KErrUnknown);
         break;
         }