Fix error message (parsing weight here)

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2012-11-24 12:12:16 +02:00 committed by Dirk Hohndel
parent 25b4fee655
commit 2feaf1e815

View file

@ -362,7 +362,7 @@ static void weight(char *buffer, void *_weight)
}
break;
default:
printf("Strange depth reading %s\n", buffer);
printf("Strange weight reading %s\n", buffer);
}
}