- just removed one \n

This commit is contained in:
Bryce Denney 2001-06-23 03:23:41 +00:00
parent 661e943f84
commit eb08d39347
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ cdrom_interface::insert_cdrom()
ssize_t ret;
// Load CD-ROM. Returns false if CD is not ready.
BX_INFO (("load cdrom with path=%s\n", path));
BX_INFO (("load cdrom with path=%s", path));
#ifdef WIN32
char drive[256];
if ( (path[1] == ':') && (strlen(path) == 2) )