Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dc3783d4
Commit
dc3783d4
authored
Sep 29, 2010
by
Leigh B Stoller
Browse files
Change stringify to print the urn instead of hrn.
parent
ef44a26b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAuthority.pm.in
View file @
dc3783d4
...
...
@@ -120,9 +120,9 @@ sub Stringify($)
{
my
($
self
)
=
@
_
;
my
$
h
rn
=
$
self
->
h
rn
();
my
$
u
rn
=
$
self
->
u
rn
();
return
"[GeniAuthority: $
h
rn]"
;
return
"[GeniAuthority: $
u
rn]"
;
}
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment