Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2680794
D25017.1734624553.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
409 B
Referenced Files
None
Subscribers
None
D25017.1734624553.diff
View Options
diff --git a/src/moduleutils/PhutilLibraryMapBuilder.php b/src/moduleutils/PhutilLibraryMapBuilder.php
--- a/src/moduleutils/PhutilLibraryMapBuilder.php
+++ b/src/moduleutils/PhutilLibraryMapBuilder.php
@@ -122,7 +122,7 @@
*/
private function log($message) {
if (!$this->quiet) {
- @fwrite(STDERR, "%s\n", $message);
+ @fprintf(STDERR, "%s\n", $message);
}
return $this;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 16:09 (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015055
Default Alt Text
D25017.1734624553.diff (409 B)
Attached To
Mode
D25017: Fix PhutilLibraryMapBuilder to call the right function in log()
Attached
Detach File
Event Timeline
Log In to Comment