Server/MainForm.cs
changeset 157 0f3e7b21c663
parent 154 5ecbb2f57a16
child 158 e22bf44c4300
     1.1 --- a/Server/MainForm.cs	Thu Sep 03 18:18:48 2015 +0200
     1.2 +++ b/Server/MainForm.cs	Thu Sep 03 20:05:09 2015 +0200
     1.3 @@ -500,7 +500,7 @@
     1.4              DriveInfo[] allDrives = DriveInfo.GetDrives();
     1.5              foreach (DriveInfo d in allDrives)
     1.6              {
     1.7 -                Debug.WriteLine("Drive {0}", d.Name);
     1.8 +                Debug.WriteLine("Drive " + d.Name);
     1.9                  Debug.WriteLine("  Drive type: {0}", d.DriveType);
    1.10  
    1.11                  if (d.DriveType==DriveType.CDRom)