userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp
changeset 90 947f0dc9f7a8
parent 33 0173bcd7697c
child 97 41f0cfe18c80
--- a/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/protocol/cmassstoragefsm.cpp	Fri Apr 16 16:24:37 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;
         }