Commit 8823c61e authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Make attr output slightly easier to read.

parent 0beb2f7a
...@@ -212,7 +212,7 @@ func (me *StatfsOut) String() string { ...@@ -212,7 +212,7 @@ func (me *StatfsOut) String() string {
func (a *Attr) String() string { func (a *Attr) String() string {
return fmt.Sprintf( return fmt.Sprintf(
"{M0%o S=%d L=%d "+ "{M0%o SZ=%d L=%d "+
"%d:%d "+ "%d:%d "+
"%d*%d %d:%d "+ "%d*%d %d:%d "+
"A %d.%09d "+ "A %d.%09d "+
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment