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
6d7bbb83
Commit
6d7bbb83
authored
Jul 22, 2010
by
Leigh B Stoller
Browse files
Minor change to stringify for tickets; print urn.
parent
8c92e5ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniTicket.pm.in
View file @
6d7bbb83
...
...
@@ -244,9 +244,9 @@ sub Stringify($)
$idx = "S$seqno";
}
my $owner_hrn = $self->owner_hrn();
my $target_u
uid
= $self->target_u
uid
();
my $target_u
rn
= $self->target_u
rn
();
return "[GeniTicket: $idx, owner:$owner_hrn, target
_uuid
:$target_u
uid
]";
return "[GeniTicket: $idx, owner:$owner_hrn, target:$target_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