After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754975 - bin: trivial fix in critical log when threadpool alloc fails
bin: trivial fix in critical log when threadpool alloc fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal minor
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-14 02:00 UTC by Vineeth
Modified: 2015-09-14 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix log msg (791 bytes, patch)
2015-09-14 02:01 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-09-14 02:00:54 UTC
When threadpool alloc fails, the critical log is mentioned as could alloc threadpool, but it should be could not
Comment 1 Vineeth 2015-09-14 02:01:49 UTC
Created attachment 311247 [details] [review]
fix log msg
Comment 2 Tim-Philipp Müller 2015-09-14 15:21:25 UTC
commit 09900bbfb1eb1411de13e3d25a7d2862311574e5
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Mon Sep 14 11:01:11 2015 +0900

    bin: fix typo in log message when threadpool alloc fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754975
Comment 3 Tim-Philipp Müller 2015-09-14 15:27:56 UTC
Comment on attachment 311247 [details] [review]
fix log msg

Thanks!