projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ae0dc
)
Tweak proxy resolution error message.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Fri, 1 Sep 2006 00:58:46 +0000
(17:58 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Fri, 1 Sep 2006 00:58:46 +0000
(17:58 -0700)
--HG--
extra : convert_revision :
3b186209515975be0d8bc9acc214425adcaa16f2
src/python/m5/config.py
patch
|
blob
|
history
diff --git
a/src/python/m5/config.py
b/src/python/m5/config.py
index df4b74cbd123a23f20366a7176b8feb53f8eb58b..126e7b53f3cea12da694901dfd24c387da69d7f1 100644
(file)
--- a/
src/python/m5/config.py
+++ b/
src/python/m5/config.py
@@
-666,8
+666,8
@@
class BaseProxy(object):
if not done:
raise AttributeError, \
- "Can't resolve proxy '%s' from '%s'" % \
- (self.path(), base.path())
+ "Can't resolve proxy '%s'
of type '%s'
from '%s'" % \
+ (self.path(),
self._pdesc.ptype_str,
base.path())
if isinstance(result, BaseProxy):
if result == self: