nilium / go9p

Automatically exported from code.google.com/p/go9p [note: not the maintainer, just cloned for posterity]
Other
0 stars 0 forks source link

debug output for Rcreate wrong #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
diff -r 620e384be698 p/fmt.go
--- a/p/fmt.go  Tue Nov 16 11:13:34 2010 -0700
+++ b/p/fmt.go  Thu Nov 18 15:06:10 2010 -0800
@@ -124,7 +124,7 @@
    case Ropen:
        ret = fmt.Sprintf("Ropen tag %d qid %v iounit %d", fc.Tag, &fc.Qid, fc.Iounit)
    case Rcreate:
-       ret = fmt.Sprintf("Rcreate tag %d qid %v iounit %d", fc.Tag, fc.Qid, 
fc.Iounit)
+       ret = fmt.Sprintf("Rcreate tag %d qid %v iounit %d", fc.Tag, &fc.Qid, 
fc.Iounit)
    case Tcreate:
        ret = fmt.Sprintf("Tcreate tag %d fid %d name '%s' perm ", fc.Tag, fc.Fid, fc.Name)
        ret += permToString(fc.Perm)

Original issue reported on code.google.com by dadk...@gmail.com on 18 Nov 2010 at 11:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 89d5b69a78.

Original comment by mirtchov...@gmail.com on 18 Nov 2010 at 11:45