summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h8/h8make.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h8/h8make.py')
-rw-r--r--src/emu/cpu/h8/h8make.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/h8/h8make.py b/src/emu/cpu/h8/h8make.py
index 8b0b36fc263..7e72e78fdc1 100644
--- a/src/emu/cpu/h8/h8make.py
+++ b/src/emu/cpu/h8/h8make.py
@@ -451,7 +451,7 @@ def main(argv):
try:
f = open(argv[3], "w")
except Exception, err:
- logging.error("cannot write file %s [%s]", fname, err)
+ sys.stderr.write("cannot write file %s [%s]\n" % (argv[3], err))
sys.exit(1)
opcodes.build_dispatch()