Skip to content
Snippets Groups Projects
Commit 237c1a67 authored by samm2's avatar samm2
Browse files

FreeBSD: cam_get_umassno remove forgotten debug output

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2934 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 777e56ad
No related branches found
No related tags found
No related merge requests found
......@@ -1730,7 +1730,6 @@ cam_get_umassno(char * devname) {
}
else {
// now check if we are working with USB device, see umass.c
printf("n=%s\n",ccb.cpi.dev_name);
if(strcmp(ccb.cpi.dev_name,"umass-sim") == 0)
bus=ccb.cpi.unit_number; // unit_number will match umass number
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment