userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp
branchRCL_3
changeset 97 41f0cfe18c80
parent 33 0173bcd7697c
child 110 c734af59ce98
--- a/userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp	Wed Apr 14 17:22:59 2010 +0300
+++ b/userlibandfileserver/fileserver/shostmassstorage/server/controller/tlogicalunitlist.cpp	Tue Apr 27 18:02:57 2010 +0300
@@ -102,7 +102,7 @@
     TInt index;
     for (index = 0; index < iLu.Count(); index++)
         {
-        __HOSTPRINT2(_L("search %d : interface id = %d\n"), aLun, iLu[index]->Lun());
+        __HOSTPRINT2(_L("search LUN=%d : interface id = %d"), aLun, iLu[index]->Lun());
         if (iLu[index]->Lun() == aLun)
             {
             break;