summaryrefslogtreecommitdiff
path: root/lib/cdreader.cpp
diff options
context:
space:
mode:
authorPixel <Pixel>2002-08-29 07:59:56 +0000
committerPixel <Pixel>2002-08-29 07:59:56 +0000
commitd9be6ee955a92618bcfc8c8e1f10ca82a9f51634 (patch)
treef463cec730cbce5b2a4d3a0aab11b0733ff368db /lib/cdreader.cpp
parent6e17c610c658cea7124576b4119f6a830b925a9f (diff)
Nighty commit
Diffstat (limited to 'lib/cdreader.cpp')
-rw-r--r--lib/cdreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cdreader.cpp b/lib/cdreader.cpp
index d705e01..3459f11 100644
--- a/lib/cdreader.cpp
+++ b/lib/cdreader.cpp
@@ -80,7 +80,7 @@ cdreader::cdreader(const String & no) throw (GeneralException) :
Handle(open(no.to_charp(), O_RDONLY)), n(no), sector(0) {
#ifdef DEBUG
- fprintf(stderr, "Opening file %s, cdreader at %p\n", no.to_charp(), this);
+ fprintf(stderr, "Opening cdrom device %s\n", no.to_charp(), this);
#endif
if (GetHandle() < 0) {